OrchestratedVirtualMachineScaleSetSkuProfileArgs

data class OrchestratedVirtualMachineScaleSetSkuProfileArgs(val allocationStrategy: Output<String>, val vmSizes: Output<List<String>>) : ConvertibleToJava<OrchestratedVirtualMachineScaleSetSkuProfileArgs>

Constructors

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

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
val vmSizes: Output<List<String>>

Specifies the VM sizes for the virtual machine scale set.

Functions

Link copied to clipboard
open override fun toJava(): OrchestratedVirtualMachineScaleSetSkuProfileArgs