Partilhar via


ApplicationInsightsComponentResource.GetAPIKey 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}
  • Operação IdAPIKeys_Get
public virtual Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> GetAPIKey (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.GetAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function GetAPIKey (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