Infrastructure.CompileModules 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

CompileModules(ProvisioningBuildOptions)

Compile this infrastructure into a set of bicep modules.

CompileModules(ProvisioningContext)

Compile this infrastructure into a set of bicep modules.

CompileModules(ProvisioningBuildOptions)

Source:
Infrastructure.cs

Compile this infrastructure into a set of bicep modules.

C#
protected internal System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.BicepStatement>> CompileModules(Azure.Provisioning.ProvisioningBuildOptions? options = default);

Parameters

options
ProvisioningBuildOptions

Provisioning options.

Returns

Dictionary mapping module names to module definitions.

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest

CompileModules(ProvisioningContext)

Source:
Infrastructure.cs

Compile this infrastructure into a set of bicep modules.

C#
protected internal System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.Statement>> CompileModules(Azure.Provisioning.ProvisioningContext? context = default);

Parameters

context
ProvisioningContext

Provisioning context.

Returns

Dictionary mapping module names to module definitions.

Applies to

Azure SDK for .NET Preview
Product Versions
Azure SDK for .NET Preview