GalleryImagesOperationsExtensions.Update Method

Definition

Update a gallery image definition.

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

Returns

Applies to