Freigeben über


IGenericResources.Delete Methode

Definition

Löscht die Ressource und alle untergeordneten Ressourcen.

public void Delete (string resourceGroupName, string resourceProviderNamespace, string parentResourcePath, string resourceType, string resourceName, string apiVersion = default);
abstract member Delete : string * string * string * string * string * string -> unit
Public Sub Delete (resourceGroupName As String, resourceProviderNamespace As String, parentResourcePath As String, resourceType As String, resourceName As String, Optional apiVersion As String = Nothing)

Parameter

resourceGroupName
String

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

resourceProviderNamespace
String

resourceProviderNamespace Ressourcenidentität.

parentResourcePath
String

parentResourcePath-Ressourcenidentität.

resourceType
String

resourceType-Ressourcenidentität.

resourceName
String

resourceName Ressourcenidentität.

apiVersion
String

apiVersion der String-Wert

Gilt für: