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

Provisionable.Compile Method

Definition

Compile the resource into a set of Bicep statements.

protected internal abstract System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.BicepStatement> Compile ();
protected internal abstract System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.Statement> Compile ();
abstract member Compile : unit -> seq<Azure.Provisioning.Expressions.BicepStatement>
abstract member Compile : unit -> seq<Azure.Provisioning.Expressions.Statement>
Protected Friend MustOverride Function Compile () As IEnumerable(Of BicepStatement)
Protected Friend MustOverride Function Compile () As IEnumerable(Of Statement)

Returns

Bicep representation of the resource.

Applies to