Share via


ProvisionableConstruct.Compile Method

Definition

Compile the resource into a set of Bicep statements.

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

Returns

Bicep representation of the resource.

Applies to