VirtualMachineDiskUpdateResponse.OperatingSystem Property

 

Optional. The Operating System type for the disk.

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

See Also

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

Return to top