你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 门户中“属性”边栏选项卡中的工作区 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)

执行分析查询

适用于