다음을 통해 공유


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 풀에서 기본 옵션을 사용하여 사용자를 만듭니다.

적용 대상