IAccountOperations.ListWithHttpMessagesAsync Method (Dictionary<String, List<String>>, 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

Task<AzureOperationResponse<IPage<AccountResource>>> ListWithHttpMessagesAsync(
    Dictionary<string, List<string>> customHeaders = null,
    CancellationToken cancellationToken = null
)
Task<AzureOperationResponse<IPage<AccountResource^>^>^>^ ListWithHttpMessagesAsync(
    Dictionary<String^, List<String^>^>^ customHeaders = null,
    CancellationToken cancellationToken = null
)
abstract ListWithHttpMessagesAsync : 
        customHeaders:Dictionary<string, List<string>> = null *
        cancellationToken:CancellationToken = null -> Task<AzureOperationResponse<IPage<AccountResource>>>
Function ListWithHttpMessagesAsync (
    customHeaders As Dictionary(Of String, List(Of String)),
    cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse(Of IPage(Of AccountResource)))

Parameters

Return Value

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

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top