Freigeben über


ApplicationInsightsComponentResource.DeleteAPIKeyAsync Methode

Definition

Löschen sie einen API-Schlüssel einer Application Insights-Komponente.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/APIKeys/{keyId}
  • Vorgangs-IdAPIKeys_Delete
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>> DeleteAPIKeyAsync (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAPIKeyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>>
override this.DeleteAPIKeyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>>
Public Overridable Function DeleteAPIKeyAsync (keyId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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: