VirtualMachine.Priority Property

Definition

Gets or sets specifies the priority for the virtual machine. Minimum api-version: 2019-03-01. Possible values include: 'Regular', 'Low', 'Spot'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")]
public string Priority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.priority")>]
member this.Priority : string with get, set
Public Property Priority As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to