AgentAssignment Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Defines the agents that a rule applies to. This class uses Active Directory to locate the agents.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

System::Object
  Microsoft.EnterpriseManagement.Administration::AgentAssignment

[SerializableAttribute]
public ref class AgentAssignment 

NameDescription
System_CAPS_pubpropertyDomain

Gets or sets the domain that the agents are in.

System_CAPS_pubpropertyDomainCredential

Gets or sets the domain credentials for accessing the agents.

System_CAPS_pubpropertyExcludeList

Gets or sets the agents to exclude from a rule.

System_CAPS_pubpropertyFailoverList

Gets or sets the list of management servers that are used as a failover list to determine the agents a rule will apply to.

System_CAPS_pubpropertyLdapQuery

Gets or sets the Lightweight Directory Access Protocol (LDAP) query that is used to define the agents a rule will apply to.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: