GalleryApplicationResource.GetGalleryApplicationVersionAsync 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 la version d’une application de galerie.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}
- IdGalleryApplicationVersions_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>> GetGalleryApplicationVersionAsync (string galleryApplicationVersionName, Azure.ResourceManager.Compute.Models.ReplicationStatusType? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGalleryApplicationVersionAsync : string * Nullable<Azure.ResourceManager.Compute.Models.ReplicationStatusType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>>
override this.GetGalleryApplicationVersionAsync : string * Nullable<Azure.ResourceManager.Compute.Models.ReplicationStatusType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Compute.GalleryApplicationVersionResource>>
Public Overridable Function GetGalleryApplicationVersionAsync (galleryApplicationVersionName As String, Optional expand As Nullable(Of ReplicationStatusType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GalleryApplicationVersionResource))
Paramètres
- galleryApplicationVersionName
- String
Nom de la version de l’application de la galerie à récupérer.
- expand
- Nullable<ReplicationStatusType>
Expression de développement à appliquer à l’opération.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
galleryApplicationVersionName
est une chaîne vide et devait être non vide.
galleryApplicationVersionName
a la valeur null.