Sku Profile Response
data class SkuProfileResponse(val allocationStrategy: String? = null, val vmSizes: List<SkuProfileVMSizeResponse>? = null)
Specifies the sku profile for the virtual machine scale set. With this property the customer is able to specify a list of VM sizes and an allocation strategy.