OSDiskConfigurationCreateParameters.OS Property

 

Required. Gets or sets the operating system in the image.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top