InfrastructureResolver.GetNestedInfrastructure Method
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.
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
Azure SDK for .NET