Expression Class
The expression.
- Inheritance
-
azure.mgmt.web._serialization.ModelExpression
Constructor
Expression(*, text: str | None = None, value: Any | None = None, subexpressions: List[_models.Expression] | None = None, error: _models.AzureResourceErrorInfo | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
text
|
The text. |
value
|
Anything. |
subexpressions
|
The sub expressions. |
error
|
The azure resource error info. |
Variables
Name | Description |
---|---|
text
|
The text. |
value
|
Anything. |
subexpressions
|
The sub expressions. |
error
|
The azure resource error info. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python