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

InfrastructureResolver.GetNestedInfrastructure Method

Definition

Overloads

GetNestedInfrastructure(Infrastructure, ProvisioningBuildOptions)

Gets any nested infrastructure that should be composed separately.

GetNestedInfrastructure(ProvisioningContext, Infrastructure)

Gets any nested infrastructure that should be composed separately.

GetNestedInfrastructure(Infrastructure, ProvisioningBuildOptions)

Source:
InfrastructureResolver.cs

Gets any nested infrastructure that should be composed separately.

public virtual System.Collections.Generic.IEnumerable<Azure.Provisioning.Infrastructure> GetNestedInfrastructure (Azure.Provisioning.Infrastructure infrastructure, Azure.Provisioning.ProvisioningBuildOptions options);
abstract member GetNestedInfrastructure : Azure.Provisioning.Infrastructure * Azure.Provisioning.ProvisioningBuildOptions -> seq<Azure.Provisioning.Infrastructure>
override this.GetNestedInfrastructure : Azure.Provisioning.Infrastructure * Azure.Provisioning.ProvisioningBuildOptions -> seq<Azure.Provisioning.Infrastructure>
Public Overridable Function GetNestedInfrastructure (infrastructure As Infrastructure, options As ProvisioningBuildOptions) As IEnumerable(Of Infrastructure)

Parameters

infrastructure
Infrastructure

The infrastructure to inspect for any nested infrastructure.

options
ProvisioningBuildOptions

The current build options.

Returns

Nested infrastructure.

Applies to

GetNestedInfrastructure(ProvisioningContext, Infrastructure)

Source:
InfrastructureResolver.cs

Gets any nested infrastructure that should be composed separately.

public System.Collections.Generic.IEnumerable<Azure.Provisioning.Infrastructure> GetNestedInfrastructure (Azure.Provisioning.ProvisioningContext context, Azure.Provisioning.Infrastructure infrastructure);
member this.GetNestedInfrastructure : Azure.Provisioning.ProvisioningContext * Azure.Provisioning.Infrastructure -> seq<Azure.Provisioning.Infrastructure>
Public Function GetNestedInfrastructure (context As ProvisioningContext, infrastructure As Infrastructure) As IEnumerable(Of Infrastructure)

Parameters

context
ProvisioningContext

The current provisioning context.

infrastructure
Infrastructure

The infrastructure to inspect for any nested infrastructure.

Returns

Applies to