SnapshotsOperationsExtensions.ListByResourceGroupNext Method

Definition

Lists snapshots under a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Snapshot> ListByResourceGroupNext (this Microsoft.Azure.Management.Compute.ISnapshotsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Compute.ISnapshotsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Snapshot>
<Extension()>
Public Function ListByResourceGroupNext (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