InfrastructureResolver 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.
An infrastructure resolver attempts to resolve the values of any unset properties or resources in Infrastructure. This can be useful for defaulting common values, implementing organization policies, or other scenarios where you want to uniformly configure all the resources in a deployment.
public abstract class InfrastructureResolver
type InfrastructureResolver = class
Public MustInherit Class InfrastructureResolver
- Inheritance
-
InfrastructureResolver
- Derived
Constructors
InfrastructureResolver() |
Methods
GetNestedInfrastructure(Infrastructure, ProvisioningBuildOptions) |
Gets any nested infrastructure that should be composed separately. |
GetNestedInfrastructure(ProvisioningContext, Infrastructure) |
Gets any nested infrastructure that should be composed separately. |
ResolveInfrastructure(Infrastructure, ProvisioningBuildOptions) |
Resolve any properties of the infrastructure. |
ResolveInfrastructure(ProvisioningContext, Infrastructure) |
Resolve any properties of the infrastructure. |
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. |
ResolveResources(ProvisioningContext, IEnumerable<Provisionable>) |
Process the collection of resources in the infrastructure. |
Applies to
Azure SDK for .NET