SkuMixPlacementRequest interface
Sku Mix Placement API request.
Properties
| capacity |
All capacity-related properties. |
| instance |
Describes how the service should choose candidate VM sizes. |
| zones | Optional logical zones to consider (e.g. ["1","2","3"]). Omitted or empty implies regional deployment. |
Property Details
capacityProfile
All capacity-related properties.
capacityProfile: SkuMixPlacementCapacityProfile
Property Value
instanceDescription
Describes how the service should choose candidate VM sizes.
instanceDescription: SkuMixPlacementInstanceDescription
Property Value
zones
Optional logical zones to consider (e.g. ["1","2","3"]). Omitted or empty implies regional deployment.
zones?: string[]
Property Value
string[]