Udostępnij za pośrednictwem


ArmHDInsightModelFactory.HDInsightClusterDataDiskGroup Method

Definition

Initializes a new instance of HDInsightClusterDataDiskGroup.

public static Azure.ResourceManager.HDInsight.Models.HDInsightClusterDataDiskGroup HDInsightClusterDataDiskGroup (int? disksPerNode = default, string storageAccountType = default, int? diskSizeInGB = default);
static member HDInsightClusterDataDiskGroup : Nullable<int> * string * Nullable<int> -> Azure.ResourceManager.HDInsight.Models.HDInsightClusterDataDiskGroup
Public Shared Function HDInsightClusterDataDiskGroup (Optional disksPerNode As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing, Optional diskSizeInGB As Nullable(Of Integer) = Nothing) As HDInsightClusterDataDiskGroup

Parameters

disksPerNode
Nullable<Int32>

The number of disks per node.

storageAccountType
String

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

diskSizeInGB
Nullable<Int32>

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

Returns

A new HDInsightClusterDataDiskGroup instance for mocking.

Applies to