ServerIdParameter Members

Include Protected Members
Include Inherited Members

Identifies a specific server.

The ServerIdParameter type exposes the following members.

Constructors

  Name Description
Public method ServerIdParameter() Initializes a new instance of the ServerIdParameter class.
Public method ServerIdParameter(INamedIdentity) Initializes a new instance of the ServerIdParameter class for the specified identity.
Public method ServerIdParameter(ADObjectId) Initializes a new instance of the ServerIdParameter class from the specified Active Directory object.
Public method ServerIdParameter(ClientAccessServer) Initializes a new instance of the ServerIdParameter class from the specified Exchange Client Access Server (CAS) identifier instance.
Public method ServerIdParameter(ExchangeServer) Initializes a new instance of the ServerIdParameter class from the specified Exchange server identifier.
Public method ServerIdParameter(MailboxServer) Initializes a new instance of the ServerIdParameter class from the specified Exchange Mailbox server identifier.
Public method ServerIdParameter(TransportServer) Initializes a new instance of the ServerIdParameter class from the specified Exchange Transport server identifier.
Public method ServerIdParameter(UMServer) Initializes a new instance of the ServerIdParameter class from the specified Exchange Unified Messaging (UM) server identifier.
Public method ServerIdParameter(ExchangeRpcClientAccess) Initializes a new instance of the ServerIdParameter class from the specified remote client access configuration.
Public method ServerIdParameter(Fqdn) Initializes a new instance of the ServerIdParameter class from the specified fully-qualified domain name.
Protected method ServerIdParameter(String) Initializes a new instance of the ServerIdParameter class from the specified string.

Top

Properties

  Name Description
Protected property AdditionalQueryFilter (Inherited from ADIdParameter.)
Protected property IsSharedTenantConfigurationEnabled (Inherited from ADIdParameter.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) (Inherited from ADIdParameter.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) (Inherited from ADIdParameter.)
Public method GetType (Inherited from Object.)
Protected method IsMultitenancyEnabled (Inherited from ADIdParameter.)
Protected method IsSharedConfigurationEnabled (Inherited from ADIdParameter.)
Protected method IsWildcardDefined (Inherited from ADIdParameter.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse Returns a new instance of the ServerIdParameter class.
Public method ToString (Inherited from ADIdParameter.)
Protected method UpdateInternalADObjectId (Inherited from ADIdParameter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IIdentityParameter.Initialize (Inherited from ADIdParameter.)
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity (Inherited from ADIdParameter.)

Top