IAccountOperations.ListActionsAsync Method (CancellationToken)

 

The ListActions operation gets information about non-standard actions for the provider.

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

Syntax

Task<BatchAccountListActionsResponse> ListActionsAsync(
    CancellationToken cancellationToken
)
Task<BatchAccountListActionsResponse^>^ ListActionsAsync(
    CancellationToken cancellationToken
)
abstract ListActionsAsync : 
        cancellationToken:CancellationToken -> Task<BatchAccountListActionsResponse>
Function ListActionsAsync (
    cancellationToken As CancellationToken
) As Task(Of BatchAccountListActionsResponse)

Parameters

Return Value

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

Values returned by the ListActions operation.

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top