AutoUserSpecification.ElevationLevel Property

Definition

Gets or sets the elevation level of the auto user.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin'

Applies to