Sdílet prostřednictvím


Role.DataDisksGroups Property

Definition

Gets or sets the data disks groups for the role.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to