VirtualMachineVMImageListResponse.OSDiskConfiguration Class

 

The OS disk configuration.

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.VirtualMachineVMImageListResponse.OSDiskConfiguration

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod VirtualMachineVMImageListResponse.OSDiskConfiguration()

Initializes a new instance of the OSDiskConfiguration class.

Properties

Name Description
System_CAPS_pubproperty HostCaching

Optional. Specifies the platform caching behavior of the operating system disk blob for read/write efficiency.

System_CAPS_pubproperty IOType

Optional. Gets or sets the IO type.

System_CAPS_pubproperty LogicalDiskSizeInGB

Optional. Specifies the size, in GB, of an empty VHD to be attached to the virtual machine. The VHD can be created as part of disk attach or create virtual machine calls by specifying the value for this property. Azure creates the empty VHD based on size preference and attaches the newly created VHD to the virtual machine.

System_CAPS_pubproperty MediaLink

Optional. Specifies the location of the disk in Windows Azure storage.

System_CAPS_pubproperty Name

Optional. Specifies the name of an operating system image in the image repository.

System_CAPS_pubproperty OperatingSystem

Optional. The operating system running in the virtual machine.

System_CAPS_pubproperty OSState

Optional. The operating system state in the virtual machine.

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