SkuProfileResponse

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.

Constructors

Link copied to clipboard
constructor(allocationStrategy: String? = null, vmSizes: List<SkuProfileVMSizeResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the allocation strategy for the virtual machine scale set based on which the VMs will be allocated.

Link copied to clipboard

Specifies the VM sizes for the virtual machine scale set.