VersionsCapability.Available プロパティ

定義

バージョン機能の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象