Udostępnij za pośrednictwem


NotificationHubOperationsExtensions.ListAsync Method

Definition

Lists the notification hubs associated with a namespace.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNotificationHubsResponse> ListAsync (this Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations operations, string namespaceName);
static member ListAsync : Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNotificationHubsResponse>
<Extension()>
Public Function ListAsync (operations As INotificationHubOperations, namespaceName As String) As Task(Of ServiceBusNotificationHubsResponse)

Parameters

operations
INotificationHubOperations

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

namespaceName
String

Required. The namespace name.

Returns

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

Applies to