Rule Element
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The Rule element, in Configuration Manager, defines a rule to be evaluated against a part’s property or a settings value.
<xs:element name="Rule"
type="RuleType"
/>
Attributes
Name | Type | Description |
---|---|---|
Operation |
tns:RuleOperatorType |
The operator that is used by the constraint expression. |
OperandA |
tns:NonEmptyStringType |
The first operand that is used by the constraint expression. |
OperandB |
xs:string |
The second operand that is used by the constraint expression. Valid only for the “Between” operator. |
Severity |
tns:RuleSeverityType |
The severity condition that is associated with a failure of this constraint. |
LogicalName |
tns:LogicalName |
The unique Id of the Rule within the configuration item. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items