GalleryImagesOperationsExtensions.BeginCreateOrUpdate Method

Definition

Create or update a gallery image definition.

public static Microsoft.Azure.Management.Compute.Models.GalleryImage BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.IGalleryImagesOperations operations, string resourceGroupName, string galleryName, string galleryImageName, Microsoft.Azure.Management.Compute.Models.GalleryImage galleryImage);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.IGalleryImagesOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.GalleryImage -> Microsoft.Azure.Management.Compute.Models.GalleryImage
<Extension()>
Public Function BeginCreateOrUpdate (operations As IGalleryImagesOperations, resourceGroupName As String, galleryName As String, galleryImageName As String, galleryImage As GalleryImage) As 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.

Returns

Applies to