다음을 통해 공유


StartTask.UserIdentity 속성

정의

시작 작업이 실행되는 사용자 ID를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

생략하면 태스크가 작업에 고유한 비관리 사용자로 실행됩니다.

적용 대상