IAccountOperations.ListAsync Method (AccountListParameters, CancellationToken)

 

The List operation gets information about the Batch accounts associated either with the subscription if no resource group is specified or within the specified resource group.

Namespace:   Microsoft.Azure.Management.Batch
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

Task<BatchAccountListResponse> ListAsync(
    AccountListParameters parameters,
    CancellationToken cancellationToken
)
Task<BatchAccountListResponse^>^ ListAsync(
    AccountListParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        parameters:AccountListParameters *
        cancellationToken:CancellationToken -> Task<BatchAccountListResponse>
Function ListAsync (
    parameters As AccountListParameters,
    cancellationToken As CancellationToken
) As Task(Of BatchAccountListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<BatchAccountListResponse>

Values returned by the List operation.

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top