次の方法で共有


AnomalyDetectorClient コンストラクター

定義

オーバーロード

AnomalyDetectorClient(DelegatingHandler[])

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

AnomalyDetectorClient(ServiceClientCredentials, DelegatingHandler[])

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

AnomalyDetectorClient(HttpClient, Boolean)

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

AnomalyDetectorClient(HttpClientHandler, DelegatingHandler[])

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

AnomalyDetectorClient(ServiceClientCredentials, HttpClient, Boolean)

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

AnomalyDetectorClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

AnomalyDetectorClient(DelegatingHandler[])

ソース:
AnomalyDetectorClient.cs

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

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

パラメーター

handlers
DelegatingHandler[]

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

適用対象

AnomalyDetectorClient(ServiceClientCredentials, DelegatingHandler[])

ソース:
AnomalyDetectorClient.cs

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

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

パラメーター

credentials
ServiceClientCredentials

必須。 クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

handlers
DelegatingHandler[]

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

例外

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

適用対象

AnomalyDetectorClient(HttpClient, Boolean)

ソース:
AnomalyDetectorClient.cs

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

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

パラメーター

httpClient
HttpClient

使用する HttpClient

disposeHttpClient
Boolean

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

適用対象

AnomalyDetectorClient(HttpClientHandler, DelegatingHandler[])

ソース:
AnomalyDetectorClient.cs

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

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

パラメーター

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

適用対象

AnomalyDetectorClient(ServiceClientCredentials, HttpClient, Boolean)

ソース:
AnomalyDetectorClient.cs

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

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

パラメーター

credentials
ServiceClientCredentials

必須。 クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

httpClient
HttpClient

使用する HttpClient

disposeHttpClient
Boolean

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

例外

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

適用対象

AnomalyDetectorClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

ソース:
AnomalyDetectorClient.cs

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

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

パラメーター

credentials
ServiceClientCredentials

必須。 クライアント サブスクリプションを一意に識別するサブスクリプション資格情報。

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

例外

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

適用対象