VirtualMachineVMImageUpdateParameters Class

 

Parameters supplied to the Update Virtual Machine Image operation.

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

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

Public Class VirtualMachineVMImageUpdateParameters

NameDescription
System_CAPS_pubmethodVirtualMachineVMImageUpdateParameters()

Initializes a new instance of the VirtualMachineVMImageUpdateParameters class.

System_CAPS_pubmethodVirtualMachineVMImageUpdateParameters(String)

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

NameDescription
System_CAPS_pubpropertyDataDiskConfigurations

Optional. Optional. The Data Disk Configurations.

System_CAPS_pubpropertyDescription

Optional. Specifies the description of the OS image.

System_CAPS_pubpropertyEula

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_pubpropertyIconUri

Optional. Specifies the URI to the icon that is displayed for the image in the Management Portal.

System_CAPS_pubpropertyImageFamily

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

System_CAPS_pubpropertyLabel

Required. Specifies the friendly name of the image to be updated. You cannot use this operation to update images provided by the Azure platform.

System_CAPS_pubpropertyLanguage

Optional. Specifies the language of the image.

System_CAPS_pubpropertyOSDiskConfiguration

Optional. Optional. The OS Disk Configuration.

System_CAPS_pubpropertyPrivacyUri

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

System_CAPS_pubpropertyPublishedDate

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

System_CAPS_pubpropertyRecommendedVMSize

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

System_CAPS_pubpropertyShowInGui

Optional. Optional. True or False.

System_CAPS_pubpropertySmallIconUri

Optional. Specifies the URI to the small icon that is displayed when the image is presented in the Azure Management Portal.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: