Freigeben über


NotificationHubsOperationsExtensions.Get Methode

Definition

Listet die Notification Hubs auf, die einem Namespace zugeordnet sind.

public static Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource Get (this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName);
static member Get : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string * string * string -> Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource
<Extension()>
Public Function Get (operations As INotificationHubsOperations, resourceGroupName As String, namespaceName As String, notificationHubName As String) As NotificationHubResource

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.

Gibt zurück

Gilt für: