Delen via


Cluster.VmPriority Eigenschap

Definitie

Hiermee wordt de VM-prioriteit opgehaald of ingesteld.

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

Waarde van eigenschap

Kenmerken
Newtonsoft.Json.JsonPropertyAttribute

Opmerkingen

VM-prioriteit van clusterknooppunten. Mogelijke waarden zijn: 'dedicated', 'lowpriority'

Van toepassing op