UserAccount.ElevationLevel Property

Definition

Gets or sets the elevation level of the user account.

[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

nonAdmin - The auto user is a standard user without elevated access. admin - The auto user is a user with elevated access and operates with full Administrator permissions. The default value is nonAdmin. Possible values include: 'NonAdmin', 'Admin'

Applies to