NotificationHubOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.