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

IAPIKeysOperations 接口

定义

APIKeysOperations 操作。

public interface IAPIKeysOperations
type IAPIKeysOperations = interface
Public Interface IAPIKeysOperations

方法

CreateWithHttpMessagesAsync(String, String, APIKeyRequest, Dictionary<String,List<String>>, CancellationToken)

创建 Application Insights 组件的 API 密钥。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除 Application Insights 组件的 API 密钥。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取此密钥 ID 的 API 密钥。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

扩展方法

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 密钥列表。

适用于