AgentAssignment Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new AgentAssignment object.
Overloads
AgentAssignment() |
Default Constructor |
AgentAssignment(String, String, ReadOnlyCollection<String>, ManagementPackSecureReference, ReadOnlyCollection<ManagementServer>) |
Constructor taking all arguments. |
AgentAssignment()
Default Constructor
public:
AgentAssignment();
public AgentAssignment ();
Public Sub New ()
Applies to
AgentAssignment(String, String, ReadOnlyCollection<String>, ManagementPackSecureReference, ReadOnlyCollection<ManagementServer>)
Constructor taking all arguments.
public:
AgentAssignment(System::String ^ domain, System::String ^ ldapQuery, System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ excludeList, Microsoft::EnterpriseManagement::Configuration::ManagementPackSecureReference ^ secureReference, System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Administration::ManagementServer ^> ^ failoverList);
public AgentAssignment (string domain, string ldapQuery, System.Collections.ObjectModel.ReadOnlyCollection<string> excludeList, Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference secureReference, System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.ManagementServer> failoverList);
new Microsoft.EnterpriseManagement.Administration.AgentAssignment : string * string * System.Collections.ObjectModel.ReadOnlyCollection<string> * Microsoft.EnterpriseManagement.Configuration.ManagementPackSecureReference * System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Administration.ManagementServer> -> Microsoft.EnterpriseManagement.Administration.AgentAssignment
Public Sub New (domain As String, ldapQuery As String, excludeList As ReadOnlyCollection(Of String), secureReference As ManagementPackSecureReference, failoverList As ReadOnlyCollection(Of ManagementServer))
Parameters
- excludeList
- ReadOnlyCollection<String>
Sets the value of the ExcludeList property.
- secureReference
- ManagementPackSecureReference
Sets the value of the DomainCredential property.
- failoverList
- ReadOnlyCollection<ManagementServer>
Sets the value of the FailoverList property.