VolumesOperationsExtensions.ListNext(IVolumesOperations, String) Method

Definition

List all volumes within the capacity pool

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

Parameters

operations
IVolumesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List all volumes within the capacity pool

Applies to