ImageUpdate Class

Definition

The source user image virtual hard disk. Only tags may be updated.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ImageUpdate : Microsoft.Azure.Management.Compute.Fluent.Models.UpdateResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ImageUpdate = class
    inherit UpdateResource
Public Class ImageUpdate
Inherits UpdateResource
Inheritance
ImageUpdate
Attributes

Constructors

ImageUpdate()

Initializes a new instance of the ImageUpdate class.

ImageUpdate(IDictionary<String,String>, SubResource, ImageStorageProfile, String, HyperVGenerationTypes)

Initializes a new instance of the ImageUpdate class.

Properties

HyperVGeneration

Gets the HyperVGenerationType of the VirtualMachine created from the image. Possible values include: 'V1', 'V2'

ProvisioningState

Gets the provisioning state.

SourceVirtualMachine

Gets or sets the source virtual machine from which Image is created.

StorageProfile

Gets or sets specifies the storage settings for the virtual machine disks.

Tags

Gets or sets resource tags

(Inherited from UpdateResource)

Methods

Validate()

Validate the object.

Applies to