GalleryApplicationData.SupportedOSType Property

Definition

This property allows you to specify the supported type of the OS that application is built for. Possible values are: Windows, Linux..

public Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType? SupportedOSType { get; set; }
member this.SupportedOSType : Nullable<Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType> with get, set
Public Property SupportedOSType As Nullable(Of SupportedOperatingSystemType)

Property Value

Applies to