GalleryImagesOperationsExtensions.CreateOrUpdateAsync Method

Definition

Create or update a gallery image definition.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImage> CreateOrUpdateAsync (this Microsoft.Azure.Management.Compute.IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName, Microsoft.Azure.Management.Compute.Models.GalleryImage galleryImage, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Compute.IGalleryImagesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryImage * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.GalleryImage>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String, galleryImageName As String, galleryImage As GalleryImage, 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 created.

galleryImageName
String

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

galleryImage
GalleryImage

Parameters supplied to the create or update gallery image operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to