Partager via


CommunityGalleriesOperationsExtensions.GetAsync Méthode

Définition

Obtenez une galerie de communauté par nom public de la galerie.

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

Paramètres

operations
ICommunityGalleriesOperations

Groupe d’opérations pour cette méthode d’extension.

location
String

Emplacement de la ressource.

publicGalleryName
String

Nom public de la galerie de la communauté.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à