VirtualMachineOSImageCreateParameters Class

 

Parameters supplied to the Create Virtual Machine 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.VirtualMachineOSImageCreateParameters

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineOSImageCreateParameters()

Initializes a new instance of the VirtualMachineOSImageCreateParameters class.

Properties

Name Description
System_CAPS_pubproperty Description

Optional. Specifies the description of the OS image.

System_CAPS_pubproperty Eula

Optional. Specifies 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. Specifies the URI to the icon that is displayed for the image in the Management Portal.

System_CAPS_pubproperty ImageFamily

Optional. Specifies a value that can be used to group OS images.

System_CAPS_pubproperty IsPremium

Required. Indicates if the image contains software or associated services that will incur charges above the core price for the virtual machine.

System_CAPS_pubproperty Label

Required. Specifies the friendly name of the image.

System_CAPS_pubproperty Language

Optional. Specifies the language of the image. The Language element is only available using version 2013-03-01 or higher.

System_CAPS_pubproperty MediaLinkUri

Required. Specifies the location of the blob in Azure storage. The blob location must belong to a storage account in the subscription specified by the SubscriptionId value in the operation call. Example: http://example.blob.core.windows.net/disks/mydisk.vhd.

System_CAPS_pubproperty Name

Required. Specifies a name that Azure uses to identify the image when creating one or more virtual machines.

System_CAPS_pubproperty OperatingSystemType

Required. The operating system type of the OS image. Possible values are: Linux or Windows.

System_CAPS_pubproperty PrivacyUri

Optional. Specifies the URI that points to a document that contains the privacy policy related to the OS image.

System_CAPS_pubproperty PublishedDate

Optional. Specifies the date when the OS image was added to the image repository.

System_CAPS_pubproperty RecommendedVMSize

Optional. Specifies the size to use for the virtual machine that is created from the OS image.

System_CAPS_pubproperty ShowInGui

Required. Specifies whether the image should appear in the image gallery.

System_CAPS_pubproperty SmallIconUri

Optional. Specifies the URI to the small icon that is displayed when the image is presented in the Azure Management Portal. The SmallIconUri element is only available using version 2013-03-01 or higher.

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