次の方法で共有


Role.DataDisksGroups プロパティ

定義

ロールのデータ ディスク グループを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象