SharedGalleryImagesOperationsExtensions.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.
Obtenez une image de galerie partagée par ID d’abonnement ou id de locataire.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage> GetAsync (this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGalleryImage>
<Extension()>
Public Function GetAsync (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, galleryImageName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharedGalleryImage)
Paramètres
- operations
- ISharedGalleryImagesOperations
Groupe d’opérations pour cette méthode d’extension.
- location
- String
Emplacement de la ressource.
- galleryUniqueName
- String
Nom unique de la galerie partagée.
- galleryImageName
- String
Nom de la définition d’image de la galerie partagée à partir de laquelle les versions d’image doivent être répertoriées.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET