Sku Profile Args
data class SkuProfileArgs(val allocationStrategy: Output<Either<String, AllocationStrategy>>? = null, val vmSizes: Output<List<SkuProfileVMSizeArgs>>? = null) : ConvertibleToJava<SkuProfileArgs>
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: Output<Either<String, AllocationStrategy>>? = null, vmSizes: Output<List<SkuProfileVMSizeArgs>>? = null)