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