Freigeben über


ApplicationInsightsComponentResource.DeleteAPIKey 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 Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey> DeleteAPIKey (string keyId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
override this.DeleteAPIKey : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAPIKey>
Public Overridable Function DeleteAPIKey (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: