VirtualMachineExtensionListResponse.ResourceExtension.SupportedOS Property

 

Optional. String property indicating the OS which the extension supports. Current values are 'Windows' or 'Linux'.

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

Syntax

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

Property Value

Type: System.String

See Also

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top