AgentAssignment Class
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)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Administration.AgentAssignment
Syntax
[SerializableAttribute]
public class AgentAssignment
[SerializableAttribute]
public ref class AgentAssignment
[<SerializableAttribute>]
type AgentAssignment = class end
<SerializableAttribute>
Public Class AgentAssignment
Constructors
Name | Description | |
---|---|---|
AgentAssignment() | Initializes a new AgentAssignment object. |
|
AgentAssignment(String, String, ReadOnlyCollection<String>, ManagementPackSecureReference, ReadOnlyCollection<ManagementServer>) | Initializes a new AgentAssignment object. |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top