OrchestratedVirtualMachineScaleSetSkuProfile

data class OrchestratedVirtualMachineScaleSetSkuProfile(val allocationStrategy: String, val vmSizes: List<String>)

Constructors

constructor(allocationStrategy: String, vmSizes: List<String>)

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. Possible values are LowestPrice and CapacityOptimized.

Link copied to clipboard

Specifies the VM sizes for the virtual machine scale set.