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

TestsNotificationRuleOutput interface

测试 通知 规则模型。

扩展

属性

eventFilters

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

scope

类型 Tests 的范围。

testIds

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

继承属性

actionGroupIds

要通知的作组。

createdBy

创建的用户。

createdDateTime

创建日期/时间(RFC 3339 文本格式)。

displayName

通知规则的名称。

lastModifiedBy

上次修改的用户。

lastModifiedDateTime

上次修改日期时间(RFC 3339 文本格式)。

notificationRuleId

通知规则的唯一标识符。

属性详细信息

eventFilters

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

eventFilters: Record<string, TestsNotificationEventFilterOutput>

属性值

scope

类型 Tests 的范围。

scope: "Tests"

属性值

"Tests"

testIds

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

testIds?: string[]

属性值

string[]

继承属性详细信息

actionGroupIds

要通知的作组。

actionGroupIds: string[]

属性值

string[]

继承自NotificationRuleOutputParent.actionGroupIds

createdBy

创建的用户。

createdBy?: string

属性值

string

继承自NotificationRuleOutputParent.createdBy

createdDateTime

创建日期/时间(RFC 3339 文本格式)。

createdDateTime?: string

属性值

string

继承自NotificationRuleOutputParent.createdDateTime

displayName

通知规则的名称。

displayName: string

属性值

string

继承自NotificationRuleOutputParent.displayName

lastModifiedBy

上次修改的用户。

lastModifiedBy?: string

属性值

string

继承自NotificationRuleOutputParent.lastModifiedBy

lastModifiedDateTime

上次修改日期时间(RFC 3339 文本格式)。

lastModifiedDateTime?: string

属性值

string

继承自NotificationRuleOutputParent.lastModifiedDateTime

notificationRuleId

通知规则的唯一标识符。

notificationRuleId: string

属性值

string

继承自NotificationRuleOutputParent.notificationRuleId