Compartir a través de


APIKeysOperationsExtensions Clase

Definición

Métodos de extensión para APIKeysOperations.

public static class APIKeysOperationsExtensions
type APIKeysOperationsExtensions = class
Public Module APIKeysOperationsExtensions
Herencia
APIKeysOperationsExtensions

Métodos

Create(IAPIKeysOperations, String, String, APIKeyRequest)

Cree una clave de API de un componente de Application Insights.

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

Cree una clave de API de un componente de Application Insights.

Delete(IAPIKeysOperations, String, String, String)

Elimine una clave de API de un componente de Application Insights.

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

Elimine una clave de API de un componente de Application Insights.

Get(IAPIKeysOperations, String, String, String)

Obtenga la clave de API para este identificador de clave.

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

Obtenga la clave de API para este identificador de clave.

List(IAPIKeysOperations, String, String)

Obtiene una lista de claves de API de un componente de Application Insights.

ListAsync(IAPIKeysOperations, String, String, CancellationToken)

Obtiene una lista de claves de API de un componente de Application Insights.

Se aplica a