ApplicationStack.MajorVersions Property

Definition

Gets or sets list of major versions available.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to