Compartilhar via


IAPIKeysOperations Interface

Definição

Operações APIKeysOperations.

public interface IAPIKeysOperations
type IAPIKeysOperations = interface
Public Interface IAPIKeysOperations

Métodos

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

Crie uma chave de API de um componente do Application Insights.

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

Exclua uma chave de API de um componente do Application Insights.

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

Obtenha a Chave de API para essa ID de chave.

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

Obtém uma lista de chaves de API de um componente do Application Insights.

Métodos de Extensão

Create(IAPIKeysOperations, String, String, APIKeyRequest)

Crie uma chave de API de um componente do Application Insights.

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

Crie uma chave de API de um componente do Application Insights.

Delete(IAPIKeysOperations, String, String, String)

Exclua uma chave de API de um componente do Application Insights.

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

Exclua uma chave de API de um componente do Application Insights.

Get(IAPIKeysOperations, String, String, String)

Obtenha a Chave de API para essa ID de chave.

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

Obtenha a Chave de API para essa ID de chave.

List(IAPIKeysOperations, String, String)

Obtém uma lista de chaves de API de um componente do Application Insights.

ListAsync(IAPIKeysOperations, String, String, CancellationToken)

Obtém uma lista de chaves de API de um componente do Application Insights.

Aplica-se a