HealthStatusChange Element

 

Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials

Specifies the health state of the system. The health state can be one of the following values: OK, Information, Warning, or Critical.

  
<xs:element name="HealthStatusChange">  
  <xs:complexType>  
    <xs:sequence>  
      <xs:element name="Status" type="HealthStatus" />  
    </xs:sequence>  
  </xs:complexType>  
</xs:element>  

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description
Status Element Specifies the value of the health status.

Parent Elements

Element Description
HealthDefinition Element Specifies alerts, health states, and repairs for the health add-in.

See Also

How to: Create a Definition XML File