ComputeProfileArgs

data class ComputeProfileArgs(val baseVirtualMachineProfile: Output<BaseVirtualMachineProfileArgs>, val computeApiVersion: Output<String>? = null, val platformFaultDomainCount: Output<Int>? = null) : ConvertibleToJava<ComputeProfileArgs>

Compute Profile to use for running user's workloads.

Constructors

Link copied to clipboard
constructor(baseVirtualMachineProfile: Output<BaseVirtualMachineProfileArgs>, computeApiVersion: Output<String>? = null, platformFaultDomainCount: Output<Int>? = null)

Properties

Link copied to clipboard

Base Virtual Machine Profile Properties to be specified according to "specification/compute/resource-manager/Microsoft.Compute/ComputeRP/stable/{computeApiVersion}/virtualMachineScaleSet.json#/definitions/VirtualMachineScaleSetVMProfile"

Link copied to clipboard
val computeApiVersion: Output<String>? = null

Specifies the Microsoft.Compute API version to use when creating underlying Virtual Machine scale sets and Virtual Machines. The default value will be the latest supported computeApiVersion by Compute Fleet.

Link copied to clipboard
val platformFaultDomainCount: Output<Int>? = null

Specifies the number of fault domains to use when creating the underlying VMSS. A fault domain is a logical group of hardware within an Azure datacenter. VMs in the same fault domain share a common power source and network switch. If not specified, defaults to 1, which represents "Max Spreading" (using as many fault domains as possible). This property cannot be updated.

Functions

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