Dela via


IApplicationStackResource.Framework Property

Definition

List of frameworks associated with application stack.

[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

Applies to