Share via


ClusterCreateParameters.VmPriority Property

Definition

Gets or sets VM priority.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

VM priority. Allowed values are: dedicated (default) and lowpriority. Possible values include: 'dedicated', 'lowpriority'

Applies to