IApplicationStack.Framework Property

Definition

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

Applies to