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
System_CAPS_pubmethod AgentAssignment()

Initializes a new AgentAssignment object.

System_CAPS_pubmethod AgentAssignment(String, String, ReadOnlyCollection<String>, ManagementPackSecureReference, ReadOnlyCollection<ManagementServer>)

Initializes a new AgentAssignment object.

Properties

Name Description
System_CAPS_pubproperty Domain

Gets or sets the domain that the agents are in.

System_CAPS_pubproperty DomainCredential

Gets or sets the domain credentials for accessing the agents.

System_CAPS_pubproperty ExcludeList

Gets or sets the agents to exclude from a rule.

System_CAPS_pubproperty 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.

System_CAPS_pubproperty 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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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