IFunctionAppMinorVersion.StackSetting Property

Definition

Settings associated with the minor version.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Settings associated with the minor version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionAppRuntimes) }, Read=true, ReadOnly=true, Required=false, SerializedName="stackSettings", Update=false)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionAppRuntimes StackSetting { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Settings associated with the minor version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionAppRuntimes) }, Read=true, ReadOnly=true, Required=false, SerializedName="stackSettings", Update=false)>]
member this.StackSetting : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IFunctionAppRuntimes
Public ReadOnly Property StackSetting As IFunctionAppRuntimes

Property Value

Attributes

Applies to