다음을 통해 공유


Resource.Compile Method

Definition

Compile the resource into a set of Bicep statements.

protected internal override System.Collections.Generic.IEnumerable<Azure.Provisioning.Expressions.Statement> Compile ();
override this.Compile : unit -> seq<Azure.Provisioning.Expressions.Statement>
Protected Friend Iterator Overrides Function Compile () As IEnumerable(Of Statement)

Returns

Bicep representation of the resource.

Applies to