ExpressionRoot 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
ExpressionRoot() |
Initializes a new instance of the ExpressionRoot class. |
ExpressionRoot(String, Object, IList<Expression>, AzureResourceErrorInfo, String) |
Initializes a new instance of the ExpressionRoot class. |
ExpressionRoot()
Initializes a new instance of the ExpressionRoot class.
public ExpressionRoot();
Public Sub New ()
Applies to
ExpressionRoot(String, Object, IList<Expression>, AzureResourceErrorInfo, String)
Initializes a new instance of the ExpressionRoot class.
public ExpressionRoot(string text = default, object value = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.Expression> subexpressions = default, Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo error = default, string path = default);
new Microsoft.Azure.Management.Logic.Models.ExpressionRoot : string * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.Expression> * Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo * string -> Microsoft.Azure.Management.Logic.Models.ExpressionRoot
Public Sub New (Optional text As String = Nothing, Optional value As Object = Nothing, Optional subexpressions As IList(Of Expression) = Nothing, Optional error As AzureResourceErrorInfo = Nothing, Optional path As String = Nothing)
Parameters
- text
- String
- value
- Object
- subexpressions
- IList<Expression>
- error
- AzureResourceErrorInfo
- path
- String
The path.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET