次の方法で共有


OperationalInsightsDataClient クラス

定義

Operational Insights データ クライアント

public class OperationalInsightsDataClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.OperationalInsights.OperationalInsightsDataClient>, IDisposable, Microsoft.Azure.OperationalInsights.IOperationalInsightsDataClient
type OperationalInsightsDataClient = class
    inherit ServiceClient<OperationalInsightsDataClient>
    interface IOperationalInsightsDataClient
    interface IDisposable
Public Class OperationalInsightsDataClient
Inherits ServiceClient(Of OperationalInsightsDataClient)
Implements IDisposable, IOperationalInsightsDataClient
継承
OperationalInsightsDataClient
実装

コンストラクター

OperationalInsightsDataClient(DelegatingHandler[])

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

OperationalInsightsDataClient(HttpClientHandler, DelegatingHandler[])

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

OperationalInsightsDataClient(ServiceClientCredentials)

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

OperationalInsightsDataClient(ServiceClientCredentials, DelegatingHandler[])

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

OperationalInsightsDataClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

OperationalInsightsDataClient(Uri, DelegatingHandler[])

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

OperationalInsightsDataClient(Uri, HttpClientHandler, DelegatingHandler[])

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

OperationalInsightsDataClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

プロパティ

AdditionalWorkspaces

リソース間クエリで参照される追加のワークスペース。

BaseUri

サービスのベース URI。

Credentials

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

DeserializationSettings

JSON の逆シリアル化設定を取得または設定します。

FirstMessageHandler

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
HttpClient

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
HttpClientHandler

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
HttpMessageHandlers

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
NameHeader

呼び出し元アプリケーションの一意の名前。 これは、テレメトリとデバッグにのみ使用されます。

Preferences

クエリの基本設定。

RequestId

要求ごとの一意の ID。 指定しない場合、これは要求ごとに生成されます。

SerializationSettings

JSON シリアル化設定を取得または設定します。

UserAgent

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
WorkspaceId

ワークスペースの ID。 これは、Azure portalの [プロパティ] ブレードのワークスペース ID です。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
Dispose()

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
Dispose(Boolean)

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
QueryWithHttpMessagesAsync(String, Nullable<TimeSpan>, IList<String>, Dictionary<String,List<String>>, CancellationToken)

分析クエリを実行する

SetRetryPolicy(RetryPolicy)

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
SetUserAgent(String)

Operational Insights データ クライアント

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

Operational Insights データ クライアント

(継承元 ServiceClient<T>)

拡張メソッド

Query(IOperationalInsightsDataClient, String, Nullable<TimeSpan>, IList<String>)

分析クエリを実行する

QueryAsync(IOperationalInsightsDataClient, String, Nullable<TimeSpan>, IList<String>, CancellationToken)

分析クエリを実行する

適用対象