你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationTriggeringRule Class

Definition

A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.

public class AutomationTriggeringRule
type AutomationTriggeringRule = class
Public Class AutomationTriggeringRule
Inheritance
AutomationTriggeringRule

Constructors

AutomationTriggeringRule()

Initializes a new instance of the AutomationTriggeringRule class.

AutomationTriggeringRule(String, String, String, String)

Initializes a new instance of the AutomationTriggeringRule class.

Properties

ExpectedValue

Gets or sets the expected value.

OperatorProperty

Gets or sets a valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType. Possible values include: 'Equals', 'GreaterThan', 'GreaterThanOrEqualTo', 'LesserThan', 'LesserThanOrEqualTo', 'NotEquals', 'Contains', 'StartsWith', 'EndsWith'

PropertyJPath

Gets or sets the JPath of the entity model property that should be checked.

PropertyType

Gets or sets the data type of the compared operands (string, integer, floating point number or a boolean [true/false]] Possible values include: 'String', 'Integer', 'Number', 'Boolean'

Extension Methods

ConvertToPSType(AutomationTriggeringRule)

Applies to