VirtualMachineDiskUpdateDiskParameters.HasOperatingSystem Property
Gets or sets whether the disk contains an operation system.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim instance As VirtualMachineDiskUpdateDiskParameters
Dim value As Nullable(Of Boolean)
value = instance.HasOperatingSystem
instance.HasOperatingSystem = value
Syntax
'Declaration
Public Property HasOperatingSystem As Nullable(Of Boolean)
public Nullable<bool> HasOperatingSystem { get; set; }
public:
property Nullable<bool> HasOperatingSystem {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
/** @property */
public Nullable<boolean> get_HasOperatingSystem ()
/** @property */
public void set_HasOperatingSystem (Nullable<boolean> value)
public function get HasOperatingSystem () : Nullable<boolean>
public function set HasOperatingSystem (value : Nullable<boolean>)
Property Value
true if the disk contains an operation system; otherwise, false.
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.
Platforms
Development Platforms
Windows Vista, Windows 7 and Windows Server 2008
Target Platforms
See Also
Reference
VirtualMachineDiskUpdateDiskParameters Class
VirtualMachineDiskUpdateDiskParameters Members
Microsoft.WindowsAzure.Management.Compute.Models Namespace