ContainerServiceLinuxProfile クラス

定義

コンテナー サービス クラスター内の Linux VM のプロファイル。

public class ContainerServiceLinuxProfile
type ContainerServiceLinuxProfile = class
Public Class ContainerServiceLinuxProfile
継承
ContainerServiceLinuxProfile

コンストラクター

ContainerServiceLinuxProfile(String, ContainerServiceSshConfiguration)

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

プロパティ

AdminUsername

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

SshPublicKeys

Linux ベースの VM で認証するために使用される SSH 公開キーの一覧。 最大 1 つのキーを指定できます。

適用対象