AccountOperationsExtensions.ListAsync Method (IAccountOperations, CancellationToken)

 

Gets information about the Batch accounts associated with the subscription.

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

Syntax

public static Task<IPage<AccountResource>> ListAsync(
    this IAccountOperations operations,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<IPage<AccountResource^>^>^ ListAsync(
    IAccountOperations^ operations,
    CancellationToken cancellationToken = null
)
static member ListAsync : 
        operations:IAccountOperations *
        cancellationToken:CancellationToken = null -> Task<IPage<AccountResource>>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IAccountOperations,
    cancellationToken As CancellationToken
) As Task(Of IPage(Of AccountResource))

Parameters

Return Value

Type: System.Threading.Tasks.Task<IPage<AccountResource>>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top