Expression
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Operator | Enum [ "AND", "EQUALS" ] | Operator for the expression | [optional] |
| Attribute | String | Name for the attribute | [optional] |
| Value | Value | [optional] | |
| Children | []ExpressionChildrenInner | List of expressions | [optional] |
Examples
- Prepare the resource
$Expression = Initialize-V2025Expression -Operator EQUALS `
-Attribute location `
-Value null `
-Children []
- Convert the resource to JSON
$Expression | ConvertTo-JSON