EvaluationRulesOperations interface
Interface representing a EvaluationRules operations.
Properties
| create |
Create or update an evaluation rule. |
| delete | Delete an evaluation rule. |
| get | Get an evaluation rule. |
| list | List all evaluation rules. |
Property Details
createOrUpdate
Create or update an evaluation rule.
createOrUpdate: (id: string, evaluationRule: EvaluationRule, options?: EvaluationRulesCreateOrUpdateOptionalParams) => Promise<EvaluationRule>
Property Value
(id: string, evaluationRule: EvaluationRule, options?: EvaluationRulesCreateOrUpdateOptionalParams) => Promise<EvaluationRule>
delete
Delete an evaluation rule.
delete: (id: string, options?: EvaluationRulesDeleteOptionalParams) => Promise<void>
Property Value
(id: string, options?: EvaluationRulesDeleteOptionalParams) => Promise<void>
get
Get an evaluation rule.
get: (id: string, options?: EvaluationRulesGetOptionalParams) => Promise<EvaluationRule>
Property Value
(id: string, options?: EvaluationRulesGetOptionalParams) => Promise<EvaluationRule>
list
List all evaluation rules.
list: (options?: EvaluationRulesListOptionalParams) => PagedAsyncIterableIterator<EvaluationRule, EvaluationRule[], PageSettings>
Property Value
(options?: EvaluationRulesListOptionalParams) => PagedAsyncIterableIterator<EvaluationRule, EvaluationRule[], PageSettings>