Delen via


AccountsOperationsExtensions.ListAsync Method

Definition

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

Parameters

operations
IAccountsOperations
cancellationToken
CancellationToken

Returns

Applies to