ApplicationOperationsExtensions.ListAsync Método

Definição

Lista todas as aplicações na conta especificada.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Application>> ListAsync (this Microsoft.Azure.Management.Batch.IApplicationOperations operations, string resourceGroupName, string accountName, int? maxresults = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Batch.IApplicationOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Application>>
<Extension()>
Public Function ListAsync (operations As IApplicationOperations, resourceGroupName As String, accountName As String, Optional maxresults As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Application))

Parâmetros

operations
IApplicationOperations

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

resourceGroupName
String

O nome do grupo de recursos que contém a conta do Batch.

accountName
String

O nome da conta do Batch.

maxresults
Nullable<Int32>

O número máximo de itens a devolver na resposta.

cancellationToken
CancellationToken

O token de cancelamento.

Devoluções

Aplica-se a