ArmHDInsightModelFactory.HDInsightClusterDataDiskGroup Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância do 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
Parâmetros
- storageAccountType
- String
Readonly. O tipo de conta de armazenamento. Não defina esse valor.
Retornos
Uma nova HDInsightClusterDataDiskGroup instância para simulação.