Freigeben über


NamespacesOperationsExtensions.Delete Methode

Definition

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

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

Der Name der Ressourcengruppe.

namespaceName
String

Der Namespacename.

Gilt für: