你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.