Freigeben über


CommunityGalleryImagesOperationsExtensions.GetAsync Methode

Definition

Rufen Sie ein Community-Katalogimage ab.

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

Parameter

operations
ICommunityGalleryImagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

location
String

Ressourcenspeicherort

publicGalleryName
String

Der öffentliche Name des Communitykatalogs.

galleryImageName
String

Der Name der Imagedefinition des Communitykatalogs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: