VirtualMachineImageInner Class

Definition

Describes a Virtual Machine Image.

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

Constructors

VirtualMachineImageInner()

Initializes a new instance of the VirtualMachineImageInner class.

VirtualMachineImageInner(String, String, String, IDictionary<String, String>, PurchasePlan, OSDiskImage, IList<DataDiskImage>, AutomaticOSUpgradeProperties, HyperVGenerationTypes, DisallowedConfiguration)

Initializes a new instance of the VirtualMachineImageInner class.

Properties

AutomaticOSUpgradeProperties
DataDiskImages
Disallowed

Gets or sets specifies disallowed configuration for the VirtualMachine created from the image

HyperVGeneration

Gets or sets possible values include: 'V1', 'V2'

Id

Resource Id

(Inherited from SubResource)
Location

Gets or sets the supported Azure location of the resource.

(Inherited from VirtualMachineImageResourceInner)
Name

Gets or sets the name of the resource.

(Inherited from VirtualMachineImageResourceInner)
OsDiskImage
Plan
Tags

Gets or sets specifies the tags that are assigned to the virtual machine. For more information about using tags, see Using tags to organize your Azure resources.

(Inherited from VirtualMachineImageResourceInner)

Methods

Validate()

Validate the object.

Applies to