SnapshotsOperationsExtensions.ListNext(ISnapshotsOperations, String) Method

Definition

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

Parameters

nextPageLink
String

Returns

Applies to