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

DenylistCustomAlertRule type

一个自定义警报规则,用于检查值(取决于自定义警报类型)是否被拒绝。

type DenylistCustomAlertRule = ListCustomAlertRule & {
  denylistValues: string[]
  ruleType: "DenylistCustomAlertRule"
}