IApplicationStack.Framework 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.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of frameworks associated with application stack.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack) }, ReadOnly=false, Required=false, SerializedName="frameworks")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[] Framework { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="List of frameworks associated with application stack.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack) }, ReadOnly=false, Required=false, SerializedName="frameworks")>]
member this.Framework : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStack[] with get, set
Public Property Framework As IApplicationStack()
Property Value
- Attributes