共用方式為


NotificationHubOperationsExtensions.List Method

Definition

Lists the notification hubs associated with a namespace.

public static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNotificationHubsResponse List (this Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations operations, string namespaceName);
static member List : Microsoft.WindowsAzure.Management.ServiceBus.INotificationHubOperations * string -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusNotificationHubsResponse
<Extension()>
Public Function List (operations As INotificationHubOperations, namespaceName As String) As 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