Freigeben über


APIKeysOperationsExtensions.Delete Methode

Definition

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

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey Delete (this Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations operations, string resourceGroupName, string resourceName, string keyId);
static member Delete : Microsoft.Azure.Management.ApplicationInsights.Management.IAPIKeysOperations * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentAPIKey
<Extension()>
Public Function Delete (operations As IAPIKeysOperations, resourceGroupName As String, resourceName As String, keyId As String) As ApplicationInsightsComponentAPIKey

Parameter

operations
IAPIKeysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName
String

Der Name der Application Insights-Komponentenressource.

keyId
String

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

Gibt zurück

Gilt für: