次の方法で共有


SshProfile コンストラクター

定義

オーバーロード

SshProfile()

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

SshProfile(IList<SshPublicKey>)

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

SshProfile()

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

public SshProfile ();
Public Sub New ()

適用対象

SshProfile(IList<SshPublicKey>)

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

public SshProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.SshPublicKey> publicKeys = default);
new Microsoft.Azure.Management.HDInsight.Models.SshProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.HDInsight.Models.SshPublicKey> -> Microsoft.Azure.Management.HDInsight.Models.SshProfile
Public Sub New (Optional publicKeys As IList(Of SshPublicKey) = Nothing)

パラメーター

publicKeys
IList<SshPublicKey>

SSH 公開キーの一覧。

適用対象