次の方法で共有


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, DelegatingHandler[])

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

OperationalInsightsDataClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

OperationalInsightsDataClient(ServiceClientCredentials)

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 の逆シリアル化設定を取得または設定します。

NameHeader

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

Preferences

クエリの基本設定。

RequestId

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

SerializationSettings

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

WorkspaceId

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

メソッド

QueryWithHttpMessagesAsync(String, Nullable<TimeSpan>, IList<String>, Dictionary<String,List<String>>, CancellationToken)

分析クエリを実行する

拡張メソッド

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

分析クエリを実行する

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

分析クエリを実行する

適用対象