Share via


VirtualMachineDiskListResponse.VirtualMachineDisk.OperatingSystemType Property

 

Gets or sets the type of operating system type on the disk.

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

Syntax

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

Property Value

Type: System.String

The type.

Remarks

Possible values are:

  • Linux

  • Windows

See Also

VirtualMachineDiskListResponse.VirtualMachineDisk Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top