Partager via


ImagesOperationsExtensions.List(IImagesOperations) 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> List (this Microsoft.Azure.Management.Compute.IImagesOperations operations);
static member List : Microsoft.Azure.Management.Compute.IImagesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.Image>
<Extension()>
Public Function List (operations As IImagesOperations) As IPage(Of Image)

Paramètres

operations
IImagesOperations

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

Retours

S’applique à