LocationProfile interface

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

Properties

location

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

virtualMachineProfileOverride

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.

Property Details

location

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

location: string

Property Value

string

virtualMachineProfileOverride

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.

virtualMachineProfileOverride?: BaseVirtualMachineProfile

Property Value