ArmComputeFleetModelFactory.LocationProfile Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ComputeFleet.Models.LocationProfile LocationProfile(Azure.Core.AzureLocation location = default, Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmProfile virtualMachineProfileOverride = default);
static member LocationProfile : Azure.Core.AzureLocation * Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmProfile -> Azure.ResourceManager.ComputeFleet.Models.LocationProfile
Public Shared Function LocationProfile (Optional location As AzureLocation = Nothing, Optional virtualMachineProfileOverride As ComputeFleetVmProfile = Nothing) As LocationProfile
Parameters
- location
- AzureLocation
The ARM location name of the additional region. If LocationProfile is specified, then location is required.
- virtualMachineProfileOverride
- ComputeFleetVmProfile
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.
Returns
A new LocationProfile instance for mocking.