CapacityRecommendationPlacementScore interface
The placement score for a given SKU, region and optionally availability zone
Properties
| availability |
The availability zone identifier, present only when availabilityZones was requested |
| is |
Whether quota is available for the SKU, region and zone combination |
| region | The Azure region |
| score | The placement score, eg High, Medium or Low |
| sku | The VM size (SKU) name |
Property Details
availabilityZone
The availability zone identifier, present only when availabilityZones was requested
availabilityZone?: string
Property Value
string
isQuotaAvailable
Whether quota is available for the SKU, region and zone combination
isQuotaAvailable?: boolean
Property Value
boolean
region
The Azure region
region?: string
Property Value
string
score
The placement score, eg High, Medium or Low
score?: string
Property Value
string
sku
The VM size (SKU) name
sku?: string
Property Value
string