Infrastructure.CompileModules(ProvisioningBuildOptions) 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.
Compile this infrastructure into a set of bicep modules.
protected internal System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.BicepStatement>> CompileModules(Azure.Provisioning.ProvisioningBuildOptions? options = default);
member this.CompileModules : Azure.Provisioning.ProvisioningBuildOptions -> System.Collections.Generic.IDictionary<string, seq<Azure.Provisioning.Expressions.BicepStatement>>
Protected Friend Function CompileModules (Optional options As ProvisioningBuildOptions = Nothing) As IDictionary(Of String, IEnumerable(Of BicepStatement))
Parameters
- options
- ProvisioningBuildOptions
Provisioning options.
Returns
Dictionary mapping module names to module definitions.