OrderingInfrastructureResolver 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.
Moves all the ProvisioningParameters to the top and all ProvisioningOutputs to the bottom of the Infrastructure.
public class OrderingInfrastructureResolver : Azure.Provisioning.Primitives.InfrastructureResolver
type OrderingInfrastructureResolver = class
inherit InfrastructureResolver
Public Class OrderingInfrastructureResolver
Inherits InfrastructureResolver
- Inheritance
Constructors
| OrderingInfrastructureResolver() |
Methods
| 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. (Inherited from InfrastructureResolver) |
| ResolveResources(IEnumerable<Provisionable>, ProvisioningBuildOptions) |
Process the collection of resources in the infrastructure. |