Condividi tramite


IGalleryImageVersions.GetByGalleryImageAsync Method

Definition

Retrieves information about a gallery image version.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion> GetByGalleryImageAsync (string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByGalleryImageAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
Public Function GetByGalleryImageAsync (resourceGroupName As String, galleryName As String, galleryImageName As String, galleryImageVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IGalleryImageVersion)

Parameters

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the gallery.

galleryImageName
String

The name of the gallery image.

galleryImageVersionName
String

The name of the gallery image version.

cancellationToken
CancellationToken

Returns

Applies to