Freigeben über


AutoUserSpecification.ElevationLevel Eigenschaft

Definition

Ruft die Höhenstufe des automatischen Benutzers ab oder legt diese fest.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Der Standardwert ist nonAdmin. Mögliche Werte: "nonAdmin", "admin"

Gilt für: