Freigeben über


ApplicationInsightsComponentResource.GetAPIKey Methode

Definition

Rufen Sie den API-Schlüssel für diese Schlüssel-ID ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}
  • Vorgang 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)

Parameter

keyId
String

Die API-Schlüssel-ID. Dies ist innerhalb einer Application Insights-Komponente eindeutig.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

keyId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

keyId ist NULL.

Gilt für: