LocationPropertyResolver Class
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.
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
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) |