Share via


AzureHDInsightLinuxOperatingSystemProfile Constructors

Definition

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

Applies to