Partilhar via


ApplicationInsightsComponentResource.GetAPIKeys(CancellationToken) Método

Definição

Obtém uma lista de chaves de API de um componente do Application Insights.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys
  • IdAPIKeys_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> GetAPIKeys (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAPIKeys : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.GetAPIKeys : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function GetAPIKeys (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationInsightsComponentAPIKey)

Parâmetros

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de ApplicationInsightsComponentAPIKey que pode levar várias solicitações de serviço para iterar.

Aplica-se a