Compartilhar via


APIKeysOperationsExtensions Classe

Definição

Métodos de extensão para APIKeysOperations.

public static class APIKeysOperationsExtensions
type APIKeysOperationsExtensions = class
Public Module APIKeysOperationsExtensions
Herança
APIKeysOperationsExtensions

Métodos

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