共用方式為


StackMajorVersion.MinorVersions 屬性

定義

取得或設定與主要版本相關聯的次要版本。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於