Partager via


GalleryApplicationsOperationsExtensions.ListByGalleryAsync Méthode

Définition

Répertorier les définitions d’application d’une galerie dans une galerie.

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

Paramètres

operations
IGalleryApplicationsOperations

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

resourceGroupName
String

Nom du groupe de ressources.

galleryName
String

Nom de la galerie d’applications partagées à partir de laquelle les définitions d’application doivent être répertoriées.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à