Dela via


AzureHDInsightOsProfile Constructors

Definition

Overloads

AzureHDInsightOsProfile()
AzureHDInsightOsProfile(AzureHDInsightLinuxOperatingSystemProfile)
AzureHDInsightOsProfile(OsProfile)

AzureHDInsightOsProfile()

public AzureHDInsightOsProfile ();
Public Sub New ()

Applies to

AzureHDInsightOsProfile(AzureHDInsightLinuxOperatingSystemProfile)

public AzureHDInsightOsProfile (Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightLinuxOperatingSystemProfile linuxOperatingSystemProfile = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightOsProfile : Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightLinuxOperatingSystemProfile -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightOsProfile
Public Sub New (Optional linuxOperatingSystemProfile As AzureHDInsightLinuxOperatingSystemProfile = Nothing)

Parameters

linuxOperatingSystemProfile
AzureHDInsightLinuxOperatingSystemProfile

Applies to

AzureHDInsightOsProfile(OsProfile)

public AzureHDInsightOsProfile (Microsoft.Azure.Management.HDInsight.Models.OsProfile osProfile);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightOsProfile : Microsoft.Azure.Management.HDInsight.Models.OsProfile -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightOsProfile
Public Sub New (osProfile As OsProfile)

Parameters

osProfile
OsProfile

Applies to