BicepValue<T> Constructors
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.
BicepValue<T>(BicepExpression) |
Creates a new BicepValue. |
BicepValue<T>(Expression) |
Creates a new BicepValue. |
BicepValue<T>(T) |
Creates a new BicepValue. |
- Source:
- BicepValueOfT.cs
Creates a new BicepValue.
public BicepValue (Azure.Provisioning.Expressions.BicepExpression expression);
new Azure.Provisioning.BicepValue<'T> : Azure.Provisioning.Expressions.BicepExpression -> Azure.Provisioning.BicepValue<'T>
Public Sub New (expression As BicepExpression)
Parameters
- expression
- BicepExpression
An expression that evaluates to the value.
Applies to
Azure SDK for .NET Latest
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
- Source:
- BicepValueOfT.cs
Creates a new BicepValue.
public BicepValue (Azure.Provisioning.Expressions.Expression expression);
new Azure.Provisioning.BicepValue<'T> : Azure.Provisioning.Expressions.Expression -> Azure.Provisioning.BicepValue<'T>
Public Sub New (expression As 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 |
- Source:
- BicepValueOfT.cs
- Source:
- BicepValueOfT.cs
Creates a new BicepValue.
public BicepValue (T literal);
new Azure.Provisioning.BicepValue<'T> : 'T -> Azure.Provisioning.BicepValue<'T>
Public Sub New (literal As T)
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 |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: