VirtualMachineGetResponse::OSVirtualHardDisk Property
Gets or sets an OSVirtualHardDisk object that defines the parameters that are used to create the operating system disk for a Virtual Machine.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property OSVirtualHardDisk^ OSVirtualHardDisk { OSVirtualHardDisk^ get(); void set(OSVirtualHardDisk^ value); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::OSVirtualHardDisk^An OSVirtualHardDisk object.
Show: