FunctionAppStack.MajorVersions Property

Definition

Gets list of major versions available.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.majorVersions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.FunctionAppMajorVersion> MajorVersions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.majorVersions")>]
member this.MajorVersions : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.FunctionAppMajorVersion>
Public ReadOnly Property MajorVersions As IList(Of FunctionAppMajorVersion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to