Compartilhar via


AccountsOperationsExtensions.ListAsync Método

Definição

Retorna todos os recursos de um tipo específico pertencente a uma assinatura.

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

Parâmetros

operations
IAccountsOperations

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a