BicepValueExtensions.ToBicepExpression(IBicepValue) 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.
Convert a IBicepValue into a BicepExpression by its reference to represent its hierarchy.
public static Azure.Provisioning.Expressions.BicepExpression ToBicepExpression(this Azure.Provisioning.IBicepValue bicepValue);
static member ToBicepExpression : Azure.Provisioning.IBicepValue -> Azure.Provisioning.Expressions.BicepExpression
<Extension()>
Public Function ToBicepExpression (bicepValue As IBicepValue) As BicepExpression
Parameters
- bicepValue
- IBicepValue