NestedExpression Constructors
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.
Overloads
NestedExpression(BicepExpression, String) | |
NestedExpression(Expression, String) |
NestedExpression(BicepExpression, String)
- Source:
- AST.cs
public NestedExpression (Azure.Provisioning.Expressions.BicepExpression value, string nestedMember);
new Azure.Provisioning.Expressions.NestedExpression : Azure.Provisioning.Expressions.BicepExpression * string -> Azure.Provisioning.Expressions.NestedExpression
Public Sub New (value As BicepExpression, nestedMember As String)
Parameters
- value
- BicepExpression
- nestedMember
- String
Applies to
NestedExpression(Expression, String)
- Source:
- AST.cs
public NestedExpression (Azure.Provisioning.Expressions.Expression value, string nestedMember);
new Azure.Provisioning.Expressions.NestedExpression : Azure.Provisioning.Expressions.Expression * string -> Azure.Provisioning.Expressions.NestedExpression
Public Sub New (value As Expression, nestedMember As String)
Parameters
- value
- Expression
- nestedMember
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET