AzureHDInsightOsProfile 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
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