次の方法で共有


WindowsUserConfiguration クラス

Windows ノードでユーザー アカウントを作成するために使用されるプロパティ。

継承
azure.mgmt.batch._serialization.Model
WindowsUserConfiguration

コンストラクター

WindowsUserConfiguration(*, login_mode: str | _models.LoginMode | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
login_mode
str または LoginMode

ユーザーのログイン モードを指定します。 VirtualMachineConfiguration プールの既定値は対話型モードで、CloudServiceConfiguration プールの場合はバッチ モードです。 既知の値は、"Batch" と "Interactive" です。

変数

名前 説明
login_mode
str または LoginMode

ユーザーのログイン モードを指定します。 VirtualMachineConfiguration プールの既定値は対話型モードで、CloudServiceConfiguration プールの場合はバッチ モードです。 既知の値は、"Batch" と "Interactive" です。