SkuMixPlacementResponse interface
Sku Mix Placement API response.
Properties
| capacity |
Capacity availability for each requested (VM size, zone) combination, independent of the recommended placement. An entry is present for every requested combination, including those excluded by capacity or quota. Only returned for requests that describe instances by VM sizes. |
| id | Unique identifier for this placement response, including responses that contain no placement choices. Replaces the per-choice id that was present on placementChoices in earlier API versions. |
| partial |
Indicates whether the response is a complete or partial fulfillment. |
| placement |
List of placement choice recommendations. |
| valid |
Date/time until which the recommendations are valid. Callers should request fresh recommendations after this time. |
Property Details
capacityLimits
Capacity availability for each requested (VM size, zone) combination, independent of the recommended placement. An entry is present for every requested combination, including those excluded by capacity or quota. Only returned for requests that describe instances by VM sizes.
capacityLimits?: SkuMixPlacementCapacityLimit[]
Property Value
id
Unique identifier for this placement response, including responses that contain no placement choices. Replaces the per-choice id that was present on placementChoices in earlier API versions.
id: string
Property Value
string
partialFulfillmentReason
Indicates whether the response is a complete or partial fulfillment.
partialFulfillmentReason: string
Property Value
string
placementChoices
List of placement choice recommendations.
placementChoices: SkuMixPlacementDeploymentChoice[]
Property Value
validUntil
Date/time until which the recommendations are valid. Callers should request fresh recommendations after this time.
validUntil?: Date
Property Value
Date