AccountOperationsExtensions.ListByResourceGroupNextAsync Method (IAccountOperations, 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

public static Task<IPage<AccountResource>> ListByResourceGroupNextAsync(
    this IAccountOperations operations,
    string nextPageLink,
    CancellationToken cancellationToken = null
)
public:
[ExtensionAttribute]
static Task<IPage<AccountResource^>^>^ ListByResourceGroupNextAsync(
    IAccountOperations^ operations,
    String^ nextPageLink,
    CancellationToken cancellationToken = null
)
static member ListByResourceGroupNextAsync : 
        operations:IAccountOperations *
        nextPageLink:string *
        cancellationToken:CancellationToken = null -> Task<IPage<AccountResource>>
<ExtensionAttribute>
Public Shared Function ListByResourceGroupNextAsync (
    operations As IAccountOperations,
    nextPageLink As String,
    cancellationToken As CancellationToken
) As Task(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<IPage<AccountResource>>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top