VirtualMachineVMImageCreateParameters Class

 

Parameters supplied to the Create Virtual Machine VM Image operation.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageCreateParameters

Syntax

public class VirtualMachineVMImageCreateParameters
public ref class VirtualMachineVMImageCreateParameters 
type VirtualMachineVMImageCreateParameters = class end
Public Class VirtualMachineVMImageCreateParameters

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineVMImageCreateParameters()

Initializes a new instance of the VirtualMachineVMImageCreateParameters class.

System_CAPS_pubmethod VirtualMachineVMImageCreateParameters(String, String, OSDiskConfigurationCreateParameters)

Initializes a new instance of the VirtualMachineVMImageCreateParameters class with required arguments.

Properties

Name Description
System_CAPS_pubproperty DataDiskConfigurations

Optional. Specifies configuration information for the data disks that are associated with the image. A VM Image might not have data disks associated with it.

System_CAPS_pubproperty Description

Optional. Gets or sets the description of the image.

System_CAPS_pubproperty Eula

Optional. Gets or sets the End User License Agreement that is associated with the image. The value for this element is a string, but it is recommended that the value be a URL that points to a EULA.

System_CAPS_pubproperty IconUri

Optional. Gets or sets the URI to the icon that is displayed for the image in the Management Portal.

System_CAPS_pubproperty ImageFamily

Optional. Gets or sets a value that can be used to group VM Images.

System_CAPS_pubproperty Label

Required. Gets or sets an identifier for the image.

System_CAPS_pubproperty Language

Optional. Gets or sets the language of the image.

System_CAPS_pubproperty Name

Required. Gets or sets the name of the image.

System_CAPS_pubproperty OSDiskConfiguration

Required. Gets or sets configuration information for the operating system disk that is associated with the image.

System_CAPS_pubproperty PrivacyUri

Optional. Gets or sets the URI that points to a document that contains the privacy policy related to the image.

System_CAPS_pubproperty PublishedDate

Optional. Gets or sets the date when the image was added to the image repository.

System_CAPS_pubproperty RecommendedVMSize

Optional. Gets or sets the size to use for the Virtual Machine that is created from the VM Image.

System_CAPS_pubproperty ShowInGui

Optional. Gets or sets whether the VM Images should be listed in the portal.

System_CAPS_pubproperty SmallIconUri

Optional. Gets or sets the URI to the small icon that is displayed for the image in the Management Portal.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top