StackMajorVersion.MinorVersions Property

Definition

Gets or sets minor versions associated with the major version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to