IAccountOperations.ListByResourceGroupNextWithHttpMessagesAsync Method (String, Dictionary<String, List<String>>, CancellationToken)

 

Gets information about the Batch accounts associated within the specified resource group.

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

Syntax

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

Parameters

  • nextPageLink
    Type: System.String

    The NextLink from the previous successful call to List operation.

Return Value

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

See Also

IAccountOperations Interface
Microsoft.Azure.Management.Batch Namespace

Return to top