FunctionAppMajorVersion.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.FunctionAppMinorVersion> MinorVersions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minorVersions")>]
member this.MinorVersions : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.FunctionAppMinorVersion>
Public ReadOnly Property MinorVersions As IList(Of FunctionAppMinorVersion)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to