Condividi tramite


IGalleryImageVersions.GetByGalleryImageWithReplicationStatusAsync Method

Definition

Retrieves information about a gallery image version.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion> GetByGalleryImageWithReplicationStatusAsync (string resourceGroupName, string galleryName, string galleryImageName, string galleryImageVersionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByGalleryImageWithReplicationStatusAsync : string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IGalleryImageVersion>
Public Function GetByGalleryImageWithReplicationStatusAsync (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