Set State Write Action Module Type

Microsoft.SystemCenter.Health.SetStateAction (WriteActionModuleType)

This write action is used to drive the state of various monitors.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.Health.SetStateAction" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Health!System.Health.AlertSchema</SchemaType>
<SchemaType>System!System.ManagedEntityKeysSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ManagementGroupId" type="xsd:string"/>
<xsd:element name="MonitorId" type="xsd:string"/>
<xsd:element name="ManagedEntityTypeId" type="xsd:string"/>
<xsd:element name="KeyProperties" type="System.ManagedEntityKeys"/>
<xsd:element name="HealthState" type="System.Health.AlertHealthState"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>44cbc334-8b5f-4cb6-bee0-6bdcbc80e8d5</ClassID>
</Native>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>