Freigeben über


ApplicationInsightsComponentResource.GetAPIKeysAsync Methode

Definition

Ruft eine Liste der API-Schlüssel einer Application Insights-Komponente ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys
  • Vorgang IdAPIKeys_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> GetAPIKeysAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAPIKeysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.GetAPIKeysAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function GetAPIKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationInsightsComponentAPIKey)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ApplicationInsightsComponentAPIKey mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: