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

IOperationalInsightsDataClient 接口

定义

Operational Insights 数据客户端

public interface IOperationalInsightsDataClient : IDisposable
type IOperationalInsightsDataClient = interface
    interface IDisposable
Public Interface IOperationalInsightsDataClient
Implements IDisposable
派生
实现

属性

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)

执行 Analytics 查询

扩展方法

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

执行 Analytics 查询

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

执行 Analytics 查询

适用于