PriorityProfile interface
Contains properties that are applicable to both Spot and Regular.
Properties
| allocation |
Allocation strategy to follow when determining the VM sizes distribution. |
| eviction |
Eviction Policy to follow when evicting Spot VMs. |
| max |
Price per hour of each Spot VM will never exceed this. |
| type | Specifies the type of Virtual Machine. |
Property Details
allocationStrategy
Allocation strategy to follow when determining the VM sizes distribution.
allocationStrategy?: string
Property Value
string
evictionPolicy
Eviction Policy to follow when evicting Spot VMs.
evictionPolicy?: string
Property Value
string
maxPricePerVM
Price per hour of each Spot VM will never exceed this.
maxPricePerVM?: number
Property Value
number
type
Specifies the type of Virtual Machine.
type?: string
Property Value
string