次の方法で共有


ApplicationStackResource.MajorVersions プロパティ

定義

使用可能なメジャー バージョンの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象