RulesEngineProperties interface
The JSON object that contains the properties required to create a Rules Engine Configuration.
- Extends
Properties
resource |
Resource status. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
rules | A list of rules that define a particular Rules Engine Configuration. |
Property Details
resourceState
Resource status. NOTE: This property will not be serialized. It can only be populated by the server.
resourceState?: string
Property Value
string
Inherited Property Details
rules
A list of rules that define a particular Rules Engine Configuration.
rules?: RulesEngineRule[]
Property Value
Inherited From RulesEngineUpdateParameters.rules