Partager via


ApplicationInsightsComponentResource.GetAPIKeys(CancellationToken) Méthode

Définition

Obtient la liste des clés API d’un composant Application Insights.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys
  • IdAPIKeys_List d’opération
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)

Paramètres

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection de ApplicationInsightsComponentAPIKey qui peut nécessiter plusieurs demandes de service pour itérer.

S’applique à