DataDisksGroups 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
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
- storageAccountType
- String
ReadOnly. The storage account type. Do not set this value.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET