AllocationStrategy type
The allocation strategy for VM size selection
KnownAllocationStrategy can be used interchangeably with AllocationStrategy,
this enum contains the known values that the service supports.
Known values supported by the service
LowestPrice: Platform prioritizes VM sizes with the lowest hourly cost
Prioritized: Customer specifies a rank for each VM size, platform uses VM sizes in rank order
CapacityOptimized: Platform prioritizes VM sizes with the highest available capacity first
type AllocationStrategy = string