Formcondition
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RuleOperator | Enum [ "AND", "OR" ] | ConditionRuleLogicalOperatorType value. AND ConditionRuleLogicalOperatorTypeAnd OR ConditionRuleLogicalOperatorTypeOr | [optional] |
| Rules | []Conditionrule | List of rules. | [optional] |
| Effects | []Conditioneffect | List of effects. | [optional] |
Examples
- Prepare the resource
$Formcondition = Initialize-Formcondition -RuleOperator AND `
-Rules null `
-Effects null
- Convert the resource to JSON
$Formcondition | ConvertTo-JSON