Freigeben über


ClusterCreateParameters.VmPriority Eigenschaft

Definition

Ruft die VM-Priorität ab oder legt sie fest.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.vmPriority")]
public Microsoft.Azure.Management.BatchAI.Models.VmPriority? VmPriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.vmPriority")>]
member this.VmPriority : Nullable<Microsoft.Azure.Management.BatchAI.Models.VmPriority> with get, set
Public Property VmPriority As Nullable(Of VmPriority)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

VM-Priorität. Zulässige Werte sind: dedicated (Standard) und lowpriority. Mögliche Werte: "dedicated", "lowpriority"

Gilt für: