Share via


VirtualMachineScaleSetVMProfile.Priority Property

Definition

Gets or sets specifies the priority for the virtual machines in the scale set. Minimum api-version: 2017-10-30-preview. Possible values include: 'Regular', 'Low', 'Spot'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to