你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrderingInfrastructureResolver Class

Definition

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
OrderingInfrastructureResolver

Constructors

OrderingInfrastructureResolver()

Methods

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.

(Inherited from InfrastructureResolver)
ResolveResources(IEnumerable<Provisionable>, ProvisioningBuildOptions)

Process the collection of resources in the infrastructure.

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.

ResolveResources(ProvisioningContext, IEnumerable<Provisionable>)

Process the collection of resources in the infrastructure.

(Inherited from InfrastructureResolver)

Applies to