Freigeben über


SnapshotsOperationsExtensions.ListNext(ISnapshotsOperations, String) Method

Definition

Gets a list of snapshots in the specified subscription.

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

Parameters

operations
ISnapshotsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to