LocationProfileArgs

data class LocationProfileArgs(val location: Output<String>, val virtualMachineProfileOverride: Output<BaseVirtualMachineProfileArgs>? = null) : ConvertibleToJava<LocationProfileArgs>

Represents the profile for a single additional location in the Fleet. The location and the virtualMachineProfileOverride (optional).

Constructors

Link copied to clipboard
constructor(location: Output<String>, virtualMachineProfileOverride: Output<BaseVirtualMachineProfileArgs>? = null)

Properties

Link copied to clipboard
val location: Output<String>

The ARM location name of the additional region. If LocationProfile is specified, then location is required.

Link copied to clipboard

An override for computeProfile.baseVirtualMachineProfile specific to this region. This override is merged with the base virtual machine profile to define the final virtual machine profile for the resources deployed in this location.

Functions

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