Partilhar via


ApplicationInsightsComponentResource.GetAPIKeyAsync Método

Definição

Obtenha a Chave de API para essa ID de chave.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}
  • IdAPIKeys_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>> GetAPIKeyAsync (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAPIKeyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>>
override this.GetAPIKeyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>>
Public Overridable Function GetAPIKeyAsync (keyId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 era esperado que não estivesse vazio.

keyId é nulo.

Aplica-se a