Share via


IGalleryApplication.SupportedOSType Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="This property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes) }, ReadOnly=false, Required=false, SerializedName="supportedOSType")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes? SupportedOSType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Compute.Runtime.Info(Description="This property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes) }, ReadOnly=false, Required=false, SerializedName="supportedOSType")>]
member this.SupportedOSType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.OperatingSystemTypes> with get, set
Public Property SupportedOSType As Nullable(Of OperatingSystemTypes)

Property Value

Attributes

Applies to