Udostępnij za pośrednictwem


NotificationHubOperationsExtensions.Get Method

Definition

Lists the notification hubs associated with a namespace.

public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNotificationHubResponse Get (this Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations operations, string namespaceName, string notificationHubName);
static member Get : Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations * string * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNotificationHubResponse
<Extension()>
Public Function Get (operations As INotificationHubOperations, namespaceName As String, notificationHubName As String) As ServiceBusNotificationHubResponse

Parameters

operations
INotificationHubOperations

Reference to the Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations.

namespaceName
String

Required. The namespace name.

notificationHubName
String

Required. The notification hub name.

Returns

A standard service response including an HTTP status code and request ID.

Applies to