次の方法で共有


LinuxOperatingSystemProfile コンストラクター

定義

オーバーロード

LinuxOperatingSystemProfile()

LinuxOperatingSystemProfile クラスの新しいインスタンスを初期化します。

LinuxOperatingSystemProfile(String, String, SshProfile)

LinuxOperatingSystemProfile クラスの新しいインスタンスを初期化します。

LinuxOperatingSystemProfile()

LinuxOperatingSystemProfile クラスの新しいインスタンスを初期化します。

public LinuxOperatingSystemProfile ();
Public Sub New ()

適用対象

LinuxOperatingSystemProfile(String, String, SshProfile)

LinuxOperatingSystemProfile クラスの新しいインスタンスを初期化します。

public LinuxOperatingSystemProfile (string username = default, string password = default, Microsoft.Azure.Management.HDInsight.Models.SshProfile sshProfile = default);
new Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile : string * string * Microsoft.Azure.Management.HDInsight.Models.SshProfile -> Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile
Public Sub New (Optional username As String = Nothing, Optional password As String = Nothing, Optional sshProfile As SshProfile = Nothing)

パラメーター

username
String

ユーザー名。

password
String

パスワード。

sshProfile
SshProfile

SSH プロファイル。

適用対象