次の方法で共有


ContainerServiceSshConfiguration コンストラクター

定義

オーバーロード

ContainerServiceSshConfiguration()

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

ContainerServiceSshConfiguration(IList<ContainerServiceSshPublicKey>)

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

ContainerServiceSshConfiguration()

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

public ContainerServiceSshConfiguration ();
Public Sub New ()

適用対象

ContainerServiceSshConfiguration(IList<ContainerServiceSshPublicKey>)

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

public ContainerServiceSshConfiguration (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshPublicKey> publicKeys);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshConfiguration : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshPublicKey> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshConfiguration
Public Sub New (publicKeys As IList(Of ContainerServiceSshPublicKey))

パラメーター

publicKeys
IList<ContainerServiceSshPublicKey>

Linux ベースの VM で認証するために使用される SSH 公開キーの一覧。 指定されたキーは 1 つだけ必要です。

適用対象