Partager via


SnapshotsOperationsExtensions.ListNext(ISnapshotsOperations, String) Méthode

Définition

Répertorie les instantanés sous un abonnement.

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

Paramètres

operations
ISnapshotsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à