ContainerServiceLinuxProfile コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 に使用する管理者ユーザー名。
Azure で実行されている Linux ベースの VM の SSH 構成。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET