Freigeben über


NamespacesOperationsExtensions.Delete Methode

Definition

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

public static void Delete (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName);
static member Delete : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string -> unit
<Extension()>
Public Sub Delete (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: