Share via


UserAccount.ElevationLevel Property

Definition

Gets or sets the elevation level of the user account.

public Microsoft.Azure.Batch.Common.ElevationLevel? ElevationLevel { get; set; }
member this.ElevationLevel : Nullable<Microsoft.Azure.Batch.Common.ElevationLevel> with get, set
Public Property ElevationLevel As Nullable(Of ElevationLevel)

Property Value

Remarks

If omitted, the default is NonAdmin

Applies to