SkuMixPlacementItem interface
A single VM size allocation within a deployment choice.
Properties
| capacity | Lower range of recommended allocation capacity. |
| capacity |
Upper range of recommended allocation capacity. |
| name | VM size name (e.g. Standard_D2s_v3). |
| priority | Priority of this allocation (Regular or Spot). |
| zone | Logical zone (e.g. "1", "2", "3"). Omitted or empty for regional deployments. |
Property Details
capacity
Lower range of recommended allocation capacity.
capacity: number
Property Value
number
capacityMax
Upper range of recommended allocation capacity.
capacityMax?: number
Property Value
number
name
VM size name (e.g. Standard_D2s_v3).
name: string
Property Value
string
priority
Priority of this allocation (Regular or Spot).
priority: string
Property Value
string
zone
Logical zone (e.g. "1", "2", "3"). Omitted or empty for regional deployments.
zone?: string
Property Value
string