AutodiscoverService.GetDomainSettings メソッド

定義

オーバーロード

GetDomainSettings(String, Nullable<ExchangeVersion>, DomainSettingName[])

指定したサーバー バージョンを持つドメインの指定した設定を取得します。

GetDomainSettings(IEnumerable<String>, Nullable<ExchangeVersion>, DomainSettingName[])

指定したサーバー バージョンの指定された URL にある一連のドメインの指定した設定を取得します。

GetDomainSettings(String, Nullable<ExchangeVersion>, DomainSettingName[])

指定したサーバー バージョンを持つドメインの指定した設定を取得します。

public:
 Microsoft::Exchange::WebServices::Autodiscover::GetDomainSettingsResponse ^ GetDomainSettings(System::String ^ domain, Nullable<Microsoft::Exchange::WebServices::Data::ExchangeVersion> requestedVersion, ... cli::array <Microsoft::Exchange::WebServices::Autodiscover::DomainSettingName> ^ domainSettingNames);
public Microsoft.Exchange.WebServices.Autodiscover.GetDomainSettingsResponse GetDomainSettings (string domain, Nullable<Microsoft.Exchange.WebServices.Data.ExchangeVersion> requestedVersion, params Microsoft.Exchange.WebServices.Autodiscover.DomainSettingName[] domainSettingNames);
Public Function GetDomainSettings (domain As String, requestedVersion As Nullable(Of ExchangeVersion), ParamArray domainSettingNames As DomainSettingName()) As GetDomainSettingsResponse

パラメーター

domain
String

ドメインの SMTP アドレス。

requestedVersion
Nullable<ExchangeVersion>

操作要求に ExchangeVersion 使用するサーバー バージョンを指定する列挙値の 1 つ。

domainSettingNames
DomainSettingName[]

ドメイン設定名。

戻り値

GetDomainSettingsResponse指定したドメインの設定を含むインスタンス。

適用対象

GetDomainSettings(IEnumerable<String>, Nullable<ExchangeVersion>, DomainSettingName[])

指定したサーバー バージョンの指定された URL にある一連のドメインの指定した設定を取得します。

public:
 Microsoft::Exchange::WebServices::Autodiscover::GetDomainSettingsResponseCollection ^ GetDomainSettings(System::Collections::Generic::IEnumerable<System::String ^> ^ domains, Nullable<Microsoft::Exchange::WebServices::Data::ExchangeVersion> requestedVersion, ... cli::array <Microsoft::Exchange::WebServices::Autodiscover::DomainSettingName> ^ domainSettingNames);
public Microsoft.Exchange.WebServices.Autodiscover.GetDomainSettingsResponseCollection GetDomainSettings (System.Collections.Generic.IEnumerable<string> domains, Nullable<Microsoft.Exchange.WebServices.Data.ExchangeVersion> requestedVersion, params Microsoft.Exchange.WebServices.Autodiscover.DomainSettingName[] domainSettingNames);
Public Function GetDomainSettings (domains As IEnumerable(Of String), requestedVersion As Nullable(Of ExchangeVersion), ParamArray domainSettingNames As DomainSettingName()) As GetDomainSettingsResponseCollection

パラメーター

domains
IEnumerable<String>

ドメインの SMTP アドレス。

requestedVersion
Nullable<ExchangeVersion>

操作要求に ExchangeVersion 使用するサーバー バージョンを指定する列挙値の 1 つ。

domainSettingNames
DomainSettingName[]

ドメイン設定名。

戻り値

個々のドメインの応答を含むコレクション。

注釈

返される GetDomainSettingsResponseCollection オブジェクトには、ドメインの設定が含まれています。

適用対象