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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET