Sdílet prostřednictvím


DataDisksGroups Constructors

Definition

Overloads

DataDisksGroups()

Initializes a new instance of the DataDisksGroups class.

DataDisksGroups(Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the DataDisksGroups class.

DataDisksGroups()

Initializes a new instance of the DataDisksGroups class.

public DataDisksGroups ();
Public Sub New ()

Applies to

DataDisksGroups(Nullable<Int32>, String, Nullable<Int32>)

Initializes a new instance of the DataDisksGroups class.

public DataDisksGroups (int? disksPerNode = default, string storageAccountType = default, int? diskSizeGB = default);
new Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups : Nullable<int> * string * Nullable<int> -> Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups
Public Sub New (Optional disksPerNode As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing)

Parameters

disksPerNode
Nullable<Int32>

The number of disks per node.

storageAccountType
String

ReadOnly. The storage account type. Do not set this value.

diskSizeGB
Nullable<Int32>

ReadOnly. The DiskSize in GB. Do not set this value.

Applies to