PlacementScore interface
The spot placement score for sku/region/zone combination.
Properties
| availability |
The availability zone. |
| is |
Whether the desired quota is available. |
| region | The region. |
| score | A placement score indicating the likelihood of successfully allocating the specified Spot VM(s), as well as the expected lifetimes of the Spot VM(s) after allocation. |
| sku | The resource's CRP virtual machine SKU size. |
Property Details
availabilityZone
The availability zone.
availabilityZone?: string
Property Value
string
isQuotaAvailable
Whether the desired quota is available.
isQuotaAvailable?: boolean
Property Value
boolean
region
The region.
region?: string
Property Value
string
score
A placement score indicating the likelihood of successfully allocating the specified Spot VM(s), as well as the expected lifetimes of the Spot VM(s) after allocation.
score?: string
Property Value
string
sku
The resource's CRP virtual machine SKU size.
sku?: string
Property Value
string