Role::OSVirtualHardDisk Property

 

Gets or sets an OSVirtualHardDisk object that defines the parameters that are used to create the operating system disk for the Virtual Machine.

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

public:
property OSVirtualHardDisk^ OSVirtualHardDisk {
	OSVirtualHardDisk^ get();
	void set(OSVirtualHardDisk^ value);
}
Return to top
Show: