Compartir a través de


UserAccount.ElevationLevel Propiedad

Definición

Obtiene o establece el nivel de elevación de la cuenta de usuario.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El valor predeterminado es nonAdmin. Entre los valores posibles se incluyen: "nonAdmin", "admin"

Se aplica a