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)

public string OperatingSystemType { get; set; }

Property Value

Type: System.String

The type.

Possible values are:

  • Linux

  • Windows

Return to top
Show: