GalleryImagesOperationsExtensions.UpdateAsync Method

Definition

Update a gallery image definition.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImage> UpdateAsync (this Microsoft.Azure.Management.Compute.IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName, Microsoft.Azure.Management.Compute.Models.GalleryImageUpdate galleryImage, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Compute.IGalleryImagesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryImageUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImage>
<Extension()>
Public Function UpdateAsync (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String, galleryImageName As String, galleryImage As GalleryImageUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GalleryImage)

Parameters

operations
IGalleryImagesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

galleryName
String

The name of the Shared Image Gallery in which the Image Definition is to be updated.

galleryImageName
String

The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

galleryImage
GalleryImageUpdate

Parameters supplied to the update gallery image operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to