次の方法で共有


UserAccount.WindowsUserConfiguration プロパティ

定義

ユーザー アカウントの Windows 固有のユーザー構成を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="windowsUserConfiguration")]
public Microsoft.Azure.Management.Batch.Models.WindowsUserConfiguration WindowsUserConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="windowsUserConfiguration")>]
member this.WindowsUserConfiguration : Microsoft.Azure.Management.Batch.Models.WindowsUserConfiguration with get, set
Public Property WindowsUserConfiguration As WindowsUserConfiguration

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

このプロパティは、ユーザーが Windows プール上にある場合にのみ指定できます。 指定されていない場合、および Windows プールでは、既定のオプションを使用してユーザーが作成されます。

適用対象