ExpressionRoot Class

The expression root.

Inheritance
azure.mgmt.web.v2022_09_01.models._models_py3.Expression
ExpressionRoot

Constructor

ExpressionRoot(*, text: str | None = None, value: Any | None = None, subexpressions: List[_models.Expression] | None = None, error: _models.AzureResourceErrorInfo | None = None, path: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
text
str

The text.

value
any

Anything.

subexpressions

The sub expressions.

error

The azure resource error info.

path
str

The path.

Variables

Name Description
text
str

The text.

value
any

Anything.

subexpressions

The sub expressions.

error

The azure resource error info.

path
str

The path.