Arguments 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 parameter values for the scripts or programs that are associated to the actions defined for the health definition.
<xs:element name="Arguments" maxOccurs="1" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Argument" type="ArgumentElement" maxOccurs="unbounded" minOccurs="0" />
</xs:sequence>
</xs:complexType>
<xs:unique name="UniqueArgumentName">
<xs:selector xpath=".//Argument" />
<xs:field xpath="@Name" />
</xs:unique>
</xs:element>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
Argument Element | Specifies an argument for a script or program that is associated to an action. |
Parent Elements
Element | Description |
---|---|
HealthDefinitionConfiguration Element | Specifies the configuration information for a health definition. |