GalleryApplicationsOperationsExtensions.ListByGalleryAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorier les définitions d’application d’une galerie.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner>> ListByGalleryAsync (this Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, System.Threading.CancellationToken cancellationToken = default);
static member ListByGalleryAsync : Microsoft.Azure.Management.Compute.Fluent.IGalleryApplicationsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Fluent.Models.GalleryApplicationInner>>
<Extension()>
Public Function ListByGalleryAsync (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of GalleryApplicationInner))
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET