Compartilhar via


UserAccount.ElevationLevel Propriedade

Definição

Obtém ou define o nível de elevação da Conta de usuário.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

O valor padrão é nonAdmin. Os valores possíveis incluem: 'nonAdmin', 'admin'

Aplica-se a