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

TestsNotificationRule interface

测试 通知 规则模型。

扩展

属性

eventFilters

要接收通知的事件以及筛选条件。 Key 是用户为事件筛选条件分配的标识符。

scope

类型 Tests 的范围。

testIds

要包含的测试 ID。 如果未提供,将针对所有 testId 发送通知。

继承属性

actionGroupIds

要通知的作组。

displayName

通知规则的名称。

属性详细信息

eventFilters

要接收通知的事件以及筛选条件。 Key 是用户为事件筛选条件分配的标识符。

eventFilters: Record<string, TestsNotificationEventFilter>

属性值

scope

类型 Tests 的范围。

scope: "Tests"

属性值

"Tests"

testIds

要包含的测试 ID。 如果未提供,将针对所有 testId 发送通知。

testIds?: string[]

属性值

string[]

继承属性详细信息

actionGroupIds

要通知的作组。

actionGroupIds: string[]

属性值

string[]

继承自NotificationRuleParent.actionGroupIds

displayName

通知规则的名称。

displayName: string

属性值

string

继承自NotificationRuleParent.displayName