Partager via


ImagesOperationsExtensions.ListNext(IImagesOperations, String) Méthode

Définition

Obtient la liste des images dans l’abonnement. Utilisez la propriété nextLink dans la réponse pour obtenir la page suivante d’Images. Effectuez cette opération jusqu’à ce que nextLink soit null pour extraire toutes les images.

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

Paramètres

operations
IImagesOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à