Partager via


GalleryImageVersionsOperationsExtensions.ListByGalleryImageAsync Méthode

Définition

Répertorier les versions d’images de galerie dans une définition d’image de galerie.

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

Paramètres

operations
IGalleryImageVersionsOperations

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

resourceGroupName
String

Nom du groupe de ressources.

galleryName
String

Nom du Shared Image Gallery dans lequel réside la définition d’image.

galleryImageName
String

Nom de la définition d’image Shared Image Gallery à partir de laquelle les versions d’image doivent être répertoriées.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à