ApplicationStackResource.Frameworks Property

Definition

Gets or sets list of frameworks associated with application stack.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.frameworks")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStack> Frameworks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.frameworks")>]
member this.Frameworks : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStack> with get, set
Public Property Frameworks As IList(Of ApplicationStack)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to