DatastoresOperationsExtensions.ListNext(IDatastoresOperations, String) Method

Definition

List datastores in a private cloud cluster

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.Datastore> ListNext (this Microsoft.Azure.Management.Avs.IDatastoresOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Avs.IDatastoresOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.Datastore>
<Extension()>
Public Function ListNext (operations As IDatastoresOperations, nextPageLink As String) As IPage(Of Datastore)

Parameters

operations
IDatastoresOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to