ExpressionRoot Class
The expression root.
- Inheritance
-
azure.mgmt.web.v2023_12_01.models._models_py3.ExpressionExpressionRoot
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
|
The text. |
value
|
Anything. |
subexpressions
|
The sub expressions. |
error
|
The azure resource error info. |
path
|
The path. |
Variables
Name | Description |
---|---|
text
|
The text. |
value
|
Anything. |
subexpressions
|
The sub expressions. |
error
|
The azure resource error info. |
path
|
The path. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python