WindowsUserConfiguration クラス
Windows ノードでユーザー アカウントを作成するために使用されるプロパティ。
- 継承
-
azure.mgmt.batch._serialization.ModelWindowsUserConfiguration
コンストラクター
WindowsUserConfiguration(*, login_mode: str | _models.LoginMode | None = None, **kwargs: Any)
キーワードのみのパラメーター
名前 | 説明 |
---|---|
login_mode
|
ユーザーのログイン モードを指定します。 VirtualMachineConfiguration プールの既定値は対話型モードで、CloudServiceConfiguration プールの場合はバッチ モードです。 既知の値は、"Batch" と "Interactive" です。 |
変数
名前 | 説明 |
---|---|
login_mode
|
ユーザーのログイン モードを指定します。 VirtualMachineConfiguration プールの既定値は対話型モードで、CloudServiceConfiguration プールの場合はバッチ モードです。 既知の値は、"Batch" と "Interactive" です。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python