AccountOperationsExtensions.ListByResourceGroupNext Method (IAccountOperations, String)

 

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

Parameters

  • nextPageLink
    Type: System.String

    The NextLink from the previous successful call to List operation.

Return Value

Type: Microsoft.Rest.Azure.IPage<AccountResource>

See Also

AccountOperationsExtensions Class
Microsoft.Azure.Management.Batch Namespace

Return to top