Type de module d'action d'écriture d'état de mise hors service de l'ordinateur sans contexte d'événement

Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext (WriteActionModuleType)

Cette action d'écriture est utilisée pour définir l'état de l'analyse « L'ordinateur n'est pas accessible ».

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

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

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.HealthServiceWatcher.SetComputerDownStateActionNoEventContext" Accessibility="Internal" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Health!System.Health.AlertSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="HealthServiceId" type="xsd:string" minOccurs="1"/>
<xsd:element name="HealthState" type="System.Health.AlertHealthState" minOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<WriteAction ID="Health.SetStateAction" TypeID="Microsoft.SystemCenter.HealthServiceWatcher.SetStateActionNoFilter">
<MonitorId>$MPElement[Name="SC2007!Microsoft.SystemCenter.HealthService.ComputerDown"]$</MonitorId>
<HealthServiceId>$Config/HealthServiceId$</HealthServiceId>
<HealthState>$Config/HealthState$</HealthState>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Health.SetStateAction"/>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>