次の方法で共有


ApplicationInsightsDataClient コンストラクター

定義

オーバーロード

ApplicationInsightsDataClient(ServiceClientCredentials)

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

ApplicationInsightsDataClient(DelegatingHandler[])

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

ApplicationInsightsDataClient(ServiceClientCredentials, DelegatingHandler[])

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

ApplicationInsightsDataClient(HttpClientHandler, DelegatingHandler[])

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

ApplicationInsightsDataClient(Uri, DelegatingHandler[])

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

ApplicationInsightsDataClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

ApplicationInsightsDataClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

ApplicationInsightsDataClient(Uri, HttpClientHandler, DelegatingHandler[])

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

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

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

ApplicationInsightsDataClient(ServiceClientCredentials)

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

public ApplicationInsightsDataClient (Microsoft.Rest.ServiceClientCredentials credentials);
new Microsoft.Azure.ApplicationInsights.ApplicationInsightsDataClient : Microsoft.Rest.ServiceClientCredentials -> Microsoft.Azure.ApplicationInsights.ApplicationInsightsDataClient
Public Sub New (credentials As ServiceClientCredentials)

パラメーター

credentials
ServiceClientCredentials

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

例外

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

適用対象

ApplicationInsightsDataClient(DelegatingHandler[])

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

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

パラメーター

handlers
DelegatingHandler[]

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

適用対象

ApplicationInsightsDataClient(ServiceClientCredentials, DelegatingHandler[])

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

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

パラメーター

credentials
ServiceClientCredentials

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

handlers
DelegatingHandler[]

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

例外

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

適用対象

ApplicationInsightsDataClient(HttpClientHandler, DelegatingHandler[])

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

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

パラメーター

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

適用対象

ApplicationInsightsDataClient(Uri, DelegatingHandler[])

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

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

パラメーター

baseUri
Uri

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

handlers
DelegatingHandler[]

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

例外

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

適用対象

ApplicationInsightsDataClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

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

パラメーター

credentials
ServiceClientCredentials

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

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

例外

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

適用対象

ApplicationInsightsDataClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

パラメーター

baseUri
Uri

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

credentials
ServiceClientCredentials

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

handlers
DelegatingHandler[]

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

例外

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

適用対象

ApplicationInsightsDataClient(Uri, HttpClientHandler, DelegatingHandler[])

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

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

パラメーター

baseUri
Uri

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

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

例外

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

適用対象

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

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

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

パラメーター

baseUri
Uri

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

credentials
ServiceClientCredentials

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

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

例外

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

適用対象