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.
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.
Applies to
CompileModules(ProvisioningContext)
- Source:
- Infrastructure.cs
Compile this infrastructure into a set of bicep modules.
protected internal System.Collections.Generic.IDictionary<string,System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.Statement>> CompileModules (Azure.Provisioning.ProvisioningContext? context = default);
member this.CompileModules : Azure.Provisioning.ProvisioningContext -> System.Collections.Generic.IDictionary<string, seq<Azure.Provisioning.Expressions.Statement>>
Protected Friend Function CompileModules (Optional context As ProvisioningContext = Nothing) As IDictionary(Of String, IEnumerable(Of Statement))
Parameters
- context
- ProvisioningContext
Provisioning context.
Returns
Dictionary mapping module names to module definitions.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET