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

OperationalInsightsManagementClient class

扩展

构造函数

OperationalInsightsManagementClient(TokenCredential, string, OperationalInsightsManagementClientOptionalParams)

初始化 OperationalInsightsManagementClient 类的新实例。

属性

$host
availableServiceTiers
clusters
dataExports
dataSources
deletedWorkspaces
gateways
intelligencePacks
linkedServices
linkedStorageAccounts
managementGroups
operations
operationStatuses
queries
queryPacks
savedSearches
schemaOperations
sharedKeysOperations
storageInsightConfigs
subscriptionId
tables
usages
workspacePurge
workspaces

继承属性

pipeline

此客户端用于发出请求的管道

继承的方法

sendOperationRequest<T>(OperationArguments, OperationSpec)

发送使用提供的 OperationSpec 填充的 HTTP 请求。

sendRequest(PipelineRequest)

发送提供的 httpRequest。

构造函数详细信息

OperationalInsightsManagementClient(TokenCredential, string, OperationalInsightsManagementClientOptionalParams)

初始化 OperationalInsightsManagementClient 类的新实例。

new OperationalInsightsManagementClient(credentials: TokenCredential, subscriptionId: string, options?: OperationalInsightsManagementClientOptionalParams)

参数

credentials
TokenCredential

唯一标识客户端订阅的订阅凭据。

subscriptionId

string

目标订阅的 ID。

属性详细信息

$host

$host: string

属性值

string

availableServiceTiers

availableServiceTiers: AvailableServiceTiers

属性值

clusters

clusters: Clusters

属性值

dataExports

dataExports: DataExports

属性值

dataSources

dataSources: DataSources

属性值

deletedWorkspaces

deletedWorkspaces: DeletedWorkspaces

属性值

gateways

gateways: Gateways

属性值

intelligencePacks

intelligencePacks: IntelligencePacks

属性值

linkedServices

linkedServices: LinkedServices

属性值

linkedStorageAccounts

linkedStorageAccounts: LinkedStorageAccounts

属性值

managementGroups

managementGroups: ManagementGroups

属性值

operations

operations: Operations

属性值

operationStatuses

operationStatuses: OperationStatuses

属性值

queries

queries: Queries

属性值

queryPacks

queryPacks: QueryPacks

属性值

savedSearches

savedSearches: SavedSearches

属性值

schemaOperations

schemaOperations: SchemaOperations

属性值

sharedKeysOperations

sharedKeysOperations: SharedKeysOperations

属性值

storageInsightConfigs

storageInsightConfigs: StorageInsightConfigs

属性值

subscriptionId

subscriptionId: string

属性值

string

tables

tables: Tables

属性值

usages

usages: Usages

属性值

workspacePurge

workspacePurge: WorkspacePurge

属性值

workspaces

workspaces: Workspaces

属性值

继承属性详细信息

pipeline

此客户端用于发出请求的管道

pipeline: Pipeline

属性值

继承自 coreClient.ServiceClient.pipeline

继承的方法详细信息

sendOperationRequest<T>(OperationArguments, OperationSpec)

发送使用提供的 OperationSpec 填充的 HTTP 请求。

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

参数

operationArguments
OperationArguments

将从中填充 HTTP 请求的模板化值的参数。

operationSpec
OperationSpec

用于填充 httpRequest 的 OperationSpec。

返回

Promise<T>

继承自 coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

发送提供的 httpRequest。

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

参数

request
PipelineRequest

返回

Promise<PipelineResponse>

继承自 coreClient.ServiceClient.sendRequest