Share via


OSVirtualHardDisk.OperatingSystem Property

 

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

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

Syntax

public string OperatingSystem { get; set; }
public:
property String^ OperatingSystem {
    String^ get();
    void set(String^ value);
}
member OperatingSystem : string with get, set
Public Property OperatingSystem As String

Property Value

Type: System.String

The operating system.

See Also

OSVirtualHardDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top