GalleryApplicationsOperationsExtensions.GetAsync 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écupère des informations sur une définition d’application de galerie.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryApplication> GetAsync (this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryApplication>
<Extension()>
Public Function GetAsync (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(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écupérées.
- galleryApplicationName
- String
Nom de la définition d’application de la galerie à récupérer.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET