Expression 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
Expression() |
Initializes a new instance of the Expression class. |
Expression(String, Object, IList<Expression>, AzureResourceErrorInfo) |
Initializes a new instance of the Expression class. |
Expression()
Initializes a new instance of the Expression class.
public Expression();
Public Sub New ()
Applies to
Expression(String, Object, IList<Expression>, AzureResourceErrorInfo)
Initializes a new instance of the Expression class.
public Expression(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);
new Microsoft.Azure.Management.Logic.Models.Expression : string * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.Logic.Models.Expression> * Microsoft.Azure.Management.Logic.Models.AzureResourceErrorInfo -> Microsoft.Azure.Management.Logic.Models.Expression
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)
Parameters
- text
- String
- value
- Object
- subexpressions
- IList<Expression>
- error
- AzureResourceErrorInfo
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.