AzureHDInsightLinuxOperatingSystemProfile 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
AzureHDInsightLinuxOperatingSystemProfile() | |
AzureHDInsightLinuxOperatingSystemProfile(LinuxOperatingSystemProfile) | |
AzureHDInsightLinuxOperatingSystemProfile(String, String, AzureHDInsightSshProfile) |
AzureHDInsightLinuxOperatingSystemProfile()
public AzureHDInsightLinuxOperatingSystemProfile ();
Public Sub New ()
Applies to
AzureHDInsightLinuxOperatingSystemProfile(LinuxOperatingSystemProfile)
public AzureHDInsightLinuxOperatingSystemProfile (Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile linuxOperatingSystemProfile);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightLinuxOperatingSystemProfile : Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightLinuxOperatingSystemProfile
Public Sub New (linuxOperatingSystemProfile As LinuxOperatingSystemProfile)
Parameters
- linuxOperatingSystemProfile
- LinuxOperatingSystemProfile
Applies to
AzureHDInsightLinuxOperatingSystemProfile(String, String, AzureHDInsightSshProfile)
public AzureHDInsightLinuxOperatingSystemProfile (string username = default, string password = default, Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshProfile sshProfile = default);
new Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightLinuxOperatingSystemProfile : string * string * Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightSshProfile -> Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightLinuxOperatingSystemProfile
Public Sub New (Optional username As String = Nothing, Optional password As String = Nothing, Optional sshProfile As AzureHDInsightSshProfile = Nothing)
Parameters
- username
- String
- password
- String
- sshProfile
- AzureHDInsightSshProfile