CapacityRecommendationDetails interface
The details of a capacity recommendation
Properties
| availability |
Whether the response is split by availability zone |
| desired |
The list of desired Azure regions from the request |
| desired |
The list of desired VM sizes from the request |
| placement |
The array of placement scores per SKU, region and zone |
| recommendation |
The UTC timestamp of when the recommendation was requested |
Property Details
availabilityZones
Whether the response is split by availability zone
availabilityZones?: boolean
Property Value
boolean
desiredLocations
The list of desired Azure regions from the request
desiredLocations?: string[]
Property Value
string[]
desiredSizes
The list of desired VM sizes from the request
desiredSizes?: CapacityRecommendationSize[]
Property Value
placementScores
The array of placement scores per SKU, region and zone
placementScores?: CapacityRecommendationPlacementScore[]
Property Value
recommendationRequestedAtUtc
The UTC timestamp of when the recommendation was requested
recommendationRequestedAtUtc?: Date
Property Value
Date