Freigeben über


NamespacesOperationsExtensions.BeginDelete Methode

Definition

Löscht einen vorhandenen Namespace. Dieser Vorgang entfernt auch alle zugeordneten notificationHubs unter dem Namespace. http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx

public static void BeginDelete (this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations, string resourceGroupName, string namespaceName);
static member BeginDelete : Microsoft.Azure.Management.NotificationHubs.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

Der Name der Ressourcengruppe.

namespaceName
String

Der Namespacename.

Gilt für: