MembershipRulesType
System Center
Updated: May 18, 2012
Applies To: System Center 2012 - Operations Manager, System Center 2012 R2 Operations Manager, System Center 2012 SP1 - Operations Manager
The MembershipRulesTypes complex data type is used to contain any number of MembershipRule elements that define membership criteria in group discoveries that implement Microsoft.SystemCenter.GroupPopulator.
<xsd:complexType name="MembershipRulesType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:sequence>
<xsd:element name="MembershipRule" type="MembershipRuleType" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
For more information, see MembershipRuleType,
|
Schema Type |
Microsoft.SystemCenter.GroupPopulationSchema |
|
Library |
Microsoft.SystemCenter.Library |
Show: