Share via


AzureHDInsightHardwareProfile Constructors

Definition

Overloads

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