Share via


BicepValue<T> Constructors

Definition

Overloads

BicepValue<T>(BicepExpression)

Creates a new BicepValue.

BicepValue<T>(Expression)

Creates a new BicepValue.

BicepValue<T>(T)

Creates a new BicepValue.

BicepValue<T>(BicepExpression)

Source:
BicepValueOfT.cs

Creates a new BicepValue.

public BicepValue (Azure.Provisioning.Expressions.BicepExpression expression);

Parameters

expression
BicepExpression

An expression that evaluates to the value.

Applies to

Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest

BicepValue<T>(Expression)

Source:
BicepValueOfT.cs

Creates a new BicepValue.

public BicepValue (Azure.Provisioning.Expressions.Expression expression);

Parameters

expression
Expression

An expression that evaluates to the value.

Applies to

Azure SDK for .NET Preview
Product Versions
Azure SDK for .NET Preview

BicepValue<T>(T)

Source:
BicepValueOfT.cs
Source:
BicepValueOfT.cs

Creates a new BicepValue.

public BicepValue (T literal);

Parameters

literal
T

The value.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview