Partager via


CommunityGalleryImageVersionsOperationsExtensions.ListAsync Méthode

Définition

Répertorier les versions d’image de la galerie de communauté à l’intérieur d’une image.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion>> ListAsync (this Microsoft.Azure.Management.Compute.ICommunityGalleryImageVersionsOperations operations, string location, string publicGalleryName, string galleryImageName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Compute.ICommunityGalleryImageVersionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.CommunityGalleryImageVersion>>
<Extension()>
Public Function ListAsync (operations As ICommunityGalleryImageVersionsOperations, location As String, publicGalleryName As String, galleryImageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CommunityGalleryImageVersion))

Paramètres

operations
ICommunityGalleryImageVersionsOperations

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

location
String

Emplacement de la ressource.

publicGalleryName
String

Nom public de la galerie de la communauté.

galleryImageName
String

Nom de la définition d’image de la galerie de la communauté.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à