AutoUserSpecification.ElevationLevel 속성

정의

자동 사용자의 권한 상승 수준을 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

기본값은 nonAdmin입니다. 가능한 값은 'NonAdmin', '관리'입니다.

적용 대상