Share via


LocationPropertyResolver Class

Definition

Default all ___location properties to their resource group's ___location.

public class LocationPropertyResolver : Azure.Provisioning.Primitives.InfrastructureResolver
type LocationPropertyResolver = class
    inherit InfrastructureResolver
Public Class LocationPropertyResolver
Inherits InfrastructureResolver
Inheritance
LocationPropertyResolver

Constructors

LocationPropertyResolver()

Methods

GetDefaultLocation(ProvisioningBuildOptions, ProvisionableConstruct)

Gets the default ___location for a construct.

GetNestedInfrastructure(Infrastructure, ProvisioningBuildOptions)

Gets any nested infrastructure that should be composed separately.

(Inherited from InfrastructureResolver)
ResolveInfrastructure(Infrastructure, ProvisioningBuildOptions)

Resolve any properties of the infrastructure.

(Inherited from InfrastructureResolver)
ResolveProperties(ProvisionableConstruct, ProvisioningBuildOptions)

Try to resolve the values of any unset properties in the given construct.

ResolveResources(IEnumerable<Provisionable>, ProvisioningBuildOptions)

Process the collection of resources in the infrastructure.

(Inherited from InfrastructureResolver)

Applies to