IFunctionAppStack.PreferredOS Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Function App stack preferred OS.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function App stack preferred OS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS) }, ReadOnly=true, Required=false, SerializedName="preferredOs")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS? PreferredOS { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Function App stack preferred OS.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS) }, ReadOnly=true, Required=false, SerializedName="preferredOs")>]
member this.PreferredOS : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.StackPreferredOS>
Public ReadOnly Property PreferredOS As Nullable(Of StackPreferredOS)
Property Value
- Attributes