VirtualMachineOSImageUpdateResponse.OperatingSystemType Property

 

Optional. The operating system type of the OS image. Possible values are: Linux or Windows.

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

See Also

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

Return to top