AzureHDInsightDataDisksGroups Constructors
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.
Overloads
AzureHDInsightDataDisksGroups() | |
AzureHDInsightDataDisksGroups(DataDisksGroups) | |
AzureHDInsightDataDisksGroups(Nullable<Int32>, String, Nullable<Int32>) |
AzureHDInsightDataDisksGroups()
public AzureHDInsightDataDisksGroups ();
Public Sub New ()
Applies to
AzureHDInsightDataDisksGroups(DataDisksGroups)
public AzureHDInsightDataDisksGroups (Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups dataDisksGroups);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDataDisksGroups : Microsoft.Azure.Management.HDInsight.Models.DataDisksGroups -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDataDisksGroups
Public Sub New (dataDisksGroups As DataDisksGroups)
Parameters
- dataDisksGroups
- DataDisksGroups
Applies to
AzureHDInsightDataDisksGroups(Nullable<Int32>, String, Nullable<Int32>)
public AzureHDInsightDataDisksGroups (int? disksPerNode = default, string storageAccountType = default, int? diskSizeGB = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDataDisksGroups : Nullable<int> * string * Nullable<int> -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightDataDisksGroups
Public Sub New (Optional disksPerNode As Nullable(Of Integer) = Nothing, Optional storageAccountType As String = Nothing, Optional diskSizeGB As Nullable(Of Integer) = Nothing)
Parameters
- storageAccountType
- String