AccountOperationsExtensions.ListNext Method (IAccountOperations, String)

 

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

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