共用方式為


NamespacesOperationsExtensions.ListAll(INamespacesOperations) Method

Definition

Lists all the available namespaces within the subscription irrespective of the resourceGroups.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource> ListAll (this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations);
static member ListAll : Microsoft.Azure.Management.NotificationHubs.INamespacesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource>
<Extension()>
Public Function ListAll (operations As INamespacesOperations) As IPage(Of NamespaceResource)

Parameters

operations
INamespacesOperations

The operations group for this extension method.

Returns

Applies to