Partager via


SharedGalleriesOperationsExtensions.GetAsync Méthode

Définition

Obtenez une galerie partagée par ID d’abonnement ou id de locataire.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGallery> GetAsync (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharedGallery>
<Extension()>
Public Function GetAsync (operations As ISharedGalleriesOperations, location As String, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharedGallery)

Paramètres

operations
ISharedGalleriesOperations

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à