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

APIKeysOperationsExtensions 类

定义

APIKeysOperations 的扩展方法。

public static class APIKeysOperationsExtensions
type APIKeysOperationsExtensions = class
Public Module APIKeysOperationsExtensions
继承
APIKeysOperationsExtensions

方法

Create(IAPIKeysOperations, String, String, APIKeyRequest)

创建 Application Insights 组件的 API 密钥。

CreateAsync(IAPIKeysOperations, String, String, APIKeyRequest, CancellationToken)

创建 Application Insights 组件的 API 密钥。

Delete(IAPIKeysOperations, String, String, String)

删除 Application Insights 组件的 API 密钥。

DeleteAsync(IAPIKeysOperations, String, String, String, CancellationToken)

删除 Application Insights 组件的 API 密钥。

Get(IAPIKeysOperations, String, String, String)

获取此密钥 ID 的 API 密钥。

GetAsync(IAPIKeysOperations, String, String, String, CancellationToken)

获取此密钥 ID 的 API 密钥。

List(IAPIKeysOperations, String, String)

获取 Application Insights 组件的 API 密钥列表。

ListAsync(IAPIKeysOperations, String, String, CancellationToken)

获取 Application Insights 组件的 API 密钥列表。

适用于