ServerIdParameter Members
Include Protected Members
Include Inherited Members
Identifies a specific server.
The ServerIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServerIdParameter() | Initializes a new instance of the ServerIdParameter class. | |
ServerIdParameter(INamedIdentity) | Initializes a new instance of the ServerIdParameter class for the specified identity. | |
ServerIdParameter(ADObjectId) | Initializes a new instance of the ServerIdParameter class from the specified Active Directory object. | |
ServerIdParameter(ClientAccessServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange Client Access Server (CAS) identifier instance. | |
ServerIdParameter(ExchangeServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange server identifier. | |
ServerIdParameter(MailboxServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange Mailbox server identifier. | |
ServerIdParameter(TransportServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange Transport server identifier. | |
ServerIdParameter(UMServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange Unified Messaging (UM) server identifier. | |
ServerIdParameter(ExchangeRpcClientAccess) | Initializes a new instance of the ServerIdParameter class from the specified remote client access configuration. | |
ServerIdParameter(Fqdn) | Initializes a new instance of the ServerIdParameter class from the specified fully-qualified domain name. | |
ServerIdParameter(String) | Initializes a new instance of the ServerIdParameter class from the specified string. |
Top
Properties
Name | Description | |
---|---|---|
AdditionalQueryFilter | (Inherited from ADIdParameter.) | |
IsSharedTenantConfigurationEnabled | (Inherited from ADIdParameter.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjects<T>(ObjectId, IConfigDataProvider) | (Inherited from ADIdParameter.) | |
GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) | (Inherited from ADIdParameter.) | |
GetType | (Inherited from Object.) | |
IsMultitenancyEnabled | (Inherited from ADIdParameter.) | |
IsSharedConfigurationEnabled | (Inherited from ADIdParameter.) | |
IsWildcardDefined | (Inherited from ADIdParameter.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | Returns a new instance of the ServerIdParameter class. | |
ToString | (Inherited from ADIdParameter.) | |
UpdateInternalADObjectId | (Inherited from ADIdParameter.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IIdentityParameter.Initialize | (Inherited from ADIdParameter.) | |
IIdentityParameter.RawIdentity | (Inherited from ADIdParameter.) |
Top