TrafficManagerManagementClient コンストラクター

定義

オーバーロード

TrafficManagerManagementClient(DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(ServiceClientCredentials, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(HttpClient, Boolean)

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(Uri, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(ServiceClientCredentials, HttpClient, Boolean)

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

TrafficManagerManagementClient(DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

protected TrafficManagerManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

パラメーター

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

適用対象

TrafficManagerManagementClient(ServiceClientCredentials, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

public TrafficManagerManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

パラメーター

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

TrafficManagerManagementClient(HttpClient, Boolean)

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

protected TrafficManagerManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)

パラメーター

httpClient
HttpClient

使用する HttpClient

disposeHttpClient
Boolean

True: TrafficManagerManagementClient.Dispose() を呼び出すと、指定された httpClient が破棄されます。 False: 指定された httpClient は破棄されません

適用対象

TrafficManagerManagementClient(HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

protected TrafficManagerManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

rootHandler
HttpClientHandler

省略可能。 http トランスポートの処理に使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

適用対象

TrafficManagerManagementClient(Uri, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

protected TrafficManagerManagementClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())

パラメーター

baseUri
Uri

省略可能。 サービスのベース URI。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

TrafficManagerManagementClient(ServiceClientCredentials, HttpClient, Boolean)

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

public TrafficManagerManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)

パラメーター

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

httpClient
HttpClient

使用する HttpClient

disposeHttpClient
Boolean

True: TrafficManagerManagementClient.Dispose() を呼び出すと、指定された httpClient が破棄されます。 False: 指定された httpClient は破棄されません

例外

必須パラメーターが null の場合にスローされます

適用対象

TrafficManagerManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

public TrafficManagerManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

rootHandler
HttpClientHandler

任意。 http トランスポートの処理に使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

TrafficManagerManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

public TrafficManagerManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

パラメーター

baseUri
Uri

任意。 サービスのベース URI。

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

TrafficManagerManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

protected TrafficManagerManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Protected Sub New (baseUri As Uri, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

baseUri
Uri

省略可能。 サービスのベース URI。

rootHandler
HttpClientHandler

省略可能。 http トランスポートの処理に使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象

TrafficManagerManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

TrafficManagerManagementClient クラスの新しいインスタンスを初期化します。

public TrafficManagerManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.TrafficManager.TrafficManagerManagementClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

パラメーター

baseUri
Uri

省略可能。 サービスのベース URI。

credentials
ServiceClientCredentials

必須。 クライアントが Azure に接続するために必要な資格情報。

rootHandler
HttpClientHandler

省略可能。 http トランスポートの処理に使用される http クライアント ハンドラー。

handlers
DelegatingHandler[]

省略可能。 http クライアント パイプラインに追加する委任ハンドラー。

例外

必須パラメーターが null の場合にスローされます

適用対象