Imposta il tipo di modulo azione di scrittura per lo stato senza filtri

Microsoft.SystemCenter.HealthServiceWatcher.SetStateActionNoFilter (WriteActionModuleType)

Questa azione di scrittura viene utilizzata per gestire lo stato dei diversi monitoraggi.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Health.SetStateAction WriteAction Microsoft.SystemCenter.Health.SetStateAction Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.HealthServiceWatcher.SetStateActionNoFilter" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Health!System.Health.AlertSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="MonitorId" type="xsd:string"/>
<xsd:element name="HealthServiceId" type="xsd:string" minOccurs="1"/>
<xsd:element name="HealthState" type="System.Health.AlertHealthState"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="Health.SetStateAction" TypeID="Microsoft.SystemCenter.Health.SetStateAction">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<MonitorId>$Config/MonitorId$</MonitorId>
<ManagedEntityTypeId>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]$</ManagedEntityTypeId>
<KeyProperties>
<KeyProperty>
<PropertyId>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup"]/WatcherGroupName$</PropertyId>
<IsCaseSensitive>false</IsCaseSensitive>
<Value>$Target/Host/Property[Type="SCLibrary!Microsoft.SystemCenter.HealthServiceWatchersGroup"]/WatcherGroupName$</Value>
</KeyProperty>
<KeyProperty>
<PropertyId>$MPElement[Name="SCLibrary!Microsoft.SystemCenter.HealthServiceWatcher"]/HealthServiceId$</PropertyId>
<IsCaseSensitive>false</IsCaseSensitive>
<Value>$Config/HealthServiceId$</Value>
</KeyProperty>
</KeyProperties>
<HealthState>$Config/HealthState$</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Health.SetStateAction"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>