CapacityRecommendationParameters interface
The parameters used to request capacity/placement recommendations for a start operation. Placement recommendations are only computed if the VM fails to start due to an allocation failure.
Properties
| availability |
Whether the capacity recommendation should be computed per availability zone |
| desired |
The list of desired Azure regions to be considered for the capacity recommendation |
| desired |
The list of desired VM sizes (SKUs) to be considered for the capacity recommendation |
Property Details
availabilityZones
Whether the capacity recommendation should be computed per availability zone
availabilityZones?: boolean
Property Value
boolean
desiredLocations
The list of desired Azure regions to be considered for the capacity recommendation
desiredLocations?: string[]
Property Value
string[]
desiredSizes
The list of desired VM sizes (SKUs) to be considered for the capacity recommendation
desiredSizes?: string[]
Property Value
string[]