共用方式為


NamespacesOperationsExtensions.ListAllAsync Method

Definition

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

Parameters

cancellationToken
CancellationToken

Returns

Applies to