Freigeben über


ApplicationInsightsComponentResource.GetAPIKeys(CancellationToken) Methode

Definition

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

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ApiKeys
  • Vorgangs-IdAPIKeys_List
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ApplicationInsightsComponentAPIKey , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: