Partager via


ImagesOperationsExtensions.ListAsync Méthode

Définition

Obtient la liste des images de 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner>> ListAsync (this Microsoft.Azure.Management.Compute.Fluent.IImagesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.Fluent.IImagesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.ImageInner>>
<Extension()>
Public Function ListAsync (operations As IImagesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ImageInner))

Paramètres

operations
IImagesOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à