Freigeben über


NotificationHubsOperationsExtensions.Delete Methode

Definition

Löscht einen Notification Hub, der einem Namespace zugeordnet ist.

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

Parameter

operations
INotificationHubsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

namespaceName
String

Der Namespacename.

notificationHubName
String

Der Name des Notification Hubs.

Gilt für: