ServerIdParameter 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(String) | Initializes a new instance of the ServerIdParameter class from the specified string. | |
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 identifier instance. | |
ServerIdParameter(ExchangeRpcClientAccess) | Initializes a new instance of the ServerIdParameter class from the specified remote client access configuration. | |
ServerIdParameter(ExchangeServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange server identifier. | |
ServerIdParameter(Fqdn) | Initializes a new instance of the ServerIdParameter class from the specified fully qualified domain name (FQDN). | |
ServerIdParameter(FrontendTransportServerPresentationObject) | ||
ServerIdParameter(MailboxServer) | Initializes a new instance of the ServerIdParameter class from the specified Exchange Mailbox server identifier. | |
ServerIdParameter(MailboxTransportServerPresentationObject) | ||
ServerIdParameter(MalwareFilteringServer) | ||
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. |
Top
Methods
Name | Description | |
---|---|---|
Parse | Returns a new instance of the ServerIdParameter class. |
Top