LocationProfileResponse

data class LocationProfileResponse(val location: String, val virtualMachineProfileOverride: BaseVirtualMachineProfileResponse? = null)

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

Constructors

Link copied to clipboard
constructor(location: String, virtualMachineProfileOverride: BaseVirtualMachineProfileResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.