共用方式為


AzureHDInsightHardwareProfile Constructors

Definition

Overloads

AzureHDInsightHardwareProfile()
AzureHDInsightHardwareProfile(HardwareProfile)
AzureHDInsightHardwareProfile(String)

AzureHDInsightHardwareProfile()

public AzureHDInsightHardwareProfile ();
Public Sub New ()

Applies to

AzureHDInsightHardwareProfile(HardwareProfile)

public AzureHDInsightHardwareProfile (Microsoft.Azure.Management.HDInsight.Models.HardwareProfile hardwareProfile);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHardwareProfile : Microsoft.Azure.Management.HDInsight.Models.HardwareProfile -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHardwareProfile
Public Sub New (hardwareProfile As HardwareProfile)

Parameters

hardwareProfile
HardwareProfile

Applies to

AzureHDInsightHardwareProfile(String)

public AzureHDInsightHardwareProfile (string vmSize = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHardwareProfile : string -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHardwareProfile
Public Sub New (Optional vmSize As String = Nothing)

Parameters

vmSize
String

Applies to