OSVirtualHardDisk Class

 

Represents an operating system disk for a Virtual Machine.

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

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

public class OSVirtualHardDisk

NameDescription
System_CAPS_pubmethodOSVirtualHardDisk()

Initializes a new instance of the OSVirtualHardDisk class.

NameDescription
System_CAPS_pubpropertyHostCaching

Gets or sets a VirtualHardDiskHostCaching value that specifies the caching mode of the operating system disk.

System_CAPS_pubpropertyIOType

Optional. Gets or sets the IO type.

System_CAPS_pubpropertyLabel

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

System_CAPS_pubpropertyMediaLink

Gets or sets the location of the VHD file that is created when SourceImageName specifies a platform image.

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyOperatingSystem

Gets or sets the operating system running in the Virtual Machine.

System_CAPS_pubpropertySourceImageName

Gets or sets the name of the image to use to create the Virtual Machine.

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: