Share via


LocationPropertyResolver Class

Definition

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

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

Constructors

LocationPropertyResolver()

Methods

GetDefaultLocation(ProvisioningBuildOptions, ProvisionableConstruct)

Gets the default location for a construct.

GetDefaultLocation(ProvisioningContext, ProvisioningConstruct)

Gets the default location for a construct.

GetNestedInfrastructure(Infrastructure, ProvisioningBuildOptions)

Gets any nested infrastructure that should be composed separately.

(Inherited from InfrastructureResolver)
GetNestedInfrastructure(ProvisioningContext, Infrastructure)

Gets any nested infrastructure that should be composed separately.

(Inherited from InfrastructureResolver)
ResolveInfrastructure(Infrastructure, ProvisioningBuildOptions)

Resolve any properties of the infrastructure.

(Inherited from InfrastructureResolver)
ResolveInfrastructure(ProvisioningContext, Infrastructure)

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.

ResolveProperties(ProvisioningContext, ProvisioningConstruct)

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)
ResolveResources(ProvisioningContext, IEnumerable<Provisionable>)

Process the collection of resources in the infrastructure.

(Inherited from InfrastructureResolver)

Applies to