ArmHDInsightModelFactory.HDInsightClusterDataDiskGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- storageAccountType
- String
ReadOnly. The storage account type. Do not set this value.
Returns
A new HDInsightClusterDataDiskGroup instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET