ArmLogicModelFactory.LogicExpressionRoot Method
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.
Initializes a new instance of LogicExpressionRoot.
public static Azure.ResourceManager.Logic.Models.LogicExpressionRoot LogicExpressionRoot (string text = default, BinaryData value = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.Models.LogicExpression> subexpressions = default, Azure.ResourceManager.Logic.Models.LogicExpressionErrorInfo error = default, string path = default);
static member LogicExpressionRoot : string * BinaryData * seq<Azure.ResourceManager.Logic.Models.LogicExpression> * Azure.ResourceManager.Logic.Models.LogicExpressionErrorInfo * string -> Azure.ResourceManager.Logic.Models.LogicExpressionRoot
Public Shared Function LogicExpressionRoot (Optional text As String = Nothing, Optional value As BinaryData = Nothing, Optional subexpressions As IEnumerable(Of LogicExpression) = Nothing, Optional error As LogicExpressionErrorInfo = Nothing, Optional path As String = Nothing) As LogicExpressionRoot
Parameters
- text
- String
The text.
- value
- BinaryData
Anything.
- subexpressions
- IEnumerable<LogicExpression>
The sub expressions.
- error
- LogicExpressionErrorInfo
The azure resource error info.
- path
- String
The path.
Returns
A new LogicExpressionRoot instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET