次の方法で共有


ContainerServiceLinuxProfile コンストラクター

定義

オーバーロード

ContainerServiceLinuxProfile()

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

ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration)

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

ContainerServiceLinuxProfile()

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

public ContainerServiceLinuxProfile ();
Public Sub New ()

適用対象

ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration)

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

public ContainerServiceLinuxProfile (string adminUsername, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshConfiguration ssh);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceLinuxProfile : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceSshConfiguration -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceLinuxProfile
Public Sub New (adminUsername As String, ssh As ContainerServiceSshConfiguration)

パラメーター

adminUsername
String

Linux VM に使用する管理者ユーザー名。

ssh
ContainerServiceSshConfiguration

Azure で実行されている Linux ベースの VM の SSH 構成。

適用対象