AgentAssignment Class
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.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
| Name | Description | |
|---|---|---|
![]() | AgentAssignment() | Initializes a new AgentAssignment object. |
![]() | AgentAssignment(String^, String^, ReadOnlyCollection<String^>^, ManagementPackSecureReference^, ReadOnlyCollection<ManagementServer^>^) | Initializes a new AgentAssignment object. |
| Name | Description | |
|---|---|---|
![]() | Domain | Gets or sets the domain that the agents are in. |
![]() | DomainCredential | Gets or sets the domain credentials for accessing the agents. |
![]() | ExcludeList | Gets or sets the agents to exclude from a rule. |
![]() | FailoverList | Gets or sets the list of management servers that are used as a failover list to determine the agents a rule will apply to. |
![]() | LdapQuery | Gets or sets the Lightweight Directory Access Protocol (LDAP) query that is used to define the agents a rule will apply to. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


