共用方式為


NamespacesOperationsExtensions.ListAllAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource>> ListAllAsync (this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAllAsync : Microsoft.Azure.Management.NotificationHubs.INamespacesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource>>
<Extension()>
Public Function ListAllAsync (operations As INamespacesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NamespaceResource))

Parameters

operations
INamespacesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to