Share via


WebAppMajorVersion.MinorVersions Property

Definition

Gets minor versions associated with the major version.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to