Freigeben über


NamespacesOperationsExtensions.BeginDelete Methode

Definition

Löscht einen vorhandenen Namespace. Durch diesen Vorgang werden auch alle zugeordneten Ressourcen unter dem Namespace entfernt. https://msdn.microsoft.com/en-us/library/azure/mt639389.aspx

public static void BeginDelete (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName);
static member BeginDelete : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String)

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

Gilt für: