Compartilhar via


ApplicationInsightsComponentResource.DeleteAPIKey Método

Definição

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}
  • Operação IdAPIKeys_Delete
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> DeleteAPIKey (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.DeleteAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function DeleteAPIKey (keyId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationInsightsComponentAPIKey)

Parâmetros

keyId
String

A ID da chave de API. Isso é exclusivo em um componente do Application Insights.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

keyId é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

keyId é nulo.

Aplica-se a