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

microsoft.alertsManagement smartDetectorAlertRules

言论

有关部署监视解决方案的指导,请参阅 使用 Bicep创建监视资源。

Bicep 资源定义

可以使用目标操作部署 smartDetectorAlertRules 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 microsoft.alertsManagement/smartDetectorAlertRules 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'microsoft.alertsManagement/smartDetectorAlertRules@2021-04-01' = {
  location: 'string'
  name: 'string'
  properties: {
    actionGroups: {
      customEmailSubject: 'string'
      customWebhookPayload: 'string'
      groupIds: [
        'string'
      ]
    }
    description: 'string'
    detector: {
      id: 'string'
      parameters: {
        {customized property}: any(...)
      }
    }
    frequency: 'string'
    scope: [
      'string'
    ]
    severity: 'string'
    state: 'string'
    throttling: {
      duration: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

属性值

ActionGroupsInformation

名字 描述 价值
customEmailSubject 在电子邮件通知中使用的可选自定义电子邮件主题。 字符串
customWebhookPayload 用于 Web 挂钩通知的可选自定义 Web 挂钩有效负载。 字符串
groupIds 操作组资源 ID。 string[] (必需)

AlertRuleProperties

名字 描述 价值
actionGroups 警报规则操作。 ActionGroupsInformation(必需)
描述 警报规则说明。 字符串
探测器 警报规则的检测器。 检测器(必需)
频率 ISO8601格式的警报规则频率。 时间粒度必须以分钟为单位,最小值为 1 分钟,具体取决于检测器。 string (必需)
范围 警报规则资源范围。 string[] (必需)
严厉 警报规则严重性。 “Sev0”
“Sev1”
“Sev2”
“Sev3”
“Sev4”(必需)
警报规则状态。 “Disabled”
“Enabled”(必需)
节流 警报规则限制信息。 ThrottlingInformation

AzureResourceTags

名字 描述 价值

探测器

名字 描述 价值
id 检测器 ID。 string (必需)
参数 检测器的参数。 DetectorParameters

DetectorParameters

名字 描述 价值

microsoft.alertsManagement/smartDetectorAlertRules

名字 描述 价值
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 警报规则的属性。 AlertRuleProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

ThrottlingInformation

名字 描述 价值
期间 在再次通知警报规则之前,需要等待的持续时间(ISO8601格式)。 时间粒度必须以分钟为单位,最小值为 0 分钟 字符串

ARM 模板资源定义

可以使用目标操作部署 smartDetectorAlertRules 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 microsoft.alertsManagement/smartDetectorAlertRules 资源,请将以下 JSON 添加到模板。

{
  "type": "microsoft.alertsManagement/smartDetectorAlertRules",
  "apiVersion": "2021-04-01",
  "name": "string",
  "location": "string",
  "properties": {
    "actionGroups": {
      "customEmailSubject": "string",
      "customWebhookPayload": "string",
      "groupIds": [ "string" ]
    },
    "description": "string",
    "detector": {
      "id": "string",
      "parameters": {
        "{customized property}": {}
      }
    },
    "frequency": "string",
    "scope": [ "string" ],
    "severity": "string",
    "state": "string",
    "throttling": {
      "duration": "string"
    }
  },
  "tags": {
    "{customized property}": "string"
  }
}

属性值

ActionGroupsInformation

名字 描述 价值
customEmailSubject 在电子邮件通知中使用的可选自定义电子邮件主题。 字符串
customWebhookPayload 用于 Web 挂钩通知的可选自定义 Web 挂钩有效负载。 字符串
groupIds 操作组资源 ID。 string[] (必需)

AlertRuleProperties

名字 描述 价值
actionGroups 警报规则操作。 ActionGroupsInformation(必需)
描述 警报规则说明。 字符串
探测器 警报规则的检测器。 检测器(必需)
频率 ISO8601格式的警报规则频率。 时间粒度必须以分钟为单位,最小值为 1 分钟,具体取决于检测器。 string (必需)
范围 警报规则资源范围。 string[] (必需)
严厉 警报规则严重性。 “Sev0”
“Sev1”
“Sev2”
“Sev3”
“Sev4”(必需)
警报规则状态。 “Disabled”
“Enabled”(必需)
节流 警报规则限制信息。 ThrottlingInformation

AzureResourceTags

名字 描述 价值

探测器

名字 描述 价值
id 检测器 ID。 string (必需)
参数 检测器的参数。 DetectorParameters

DetectorParameters

名字 描述 价值

microsoft.alertsManagement/smartDetectorAlertRules

名字 描述 价值
apiVersion API 版本 '2021-04-01'
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 警报规则的属性。 AlertRuleProperties
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 'microsoft.alertsManagement/smartDetectorAlertRules'

ThrottlingInformation

名字 描述 价值
期间 在再次通知警报规则之前,需要等待的持续时间(ISO8601格式)。 时间粒度必须以分钟为单位,最小值为 0 分钟 字符串

用法示例

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 smartDetectorAlertRules 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 microsoft.alertsManagement/smartDetectorAlertRules 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "microsoft.alertsManagement/smartDetectorAlertRules@2021-04-01"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = {
    properties = {
      actionGroups = {
        customEmailSubject = "string"
        customWebhookPayload = "string"
        groupIds = [
          "string"
        ]
      }
      description = "string"
      detector = {
        id = "string"
        parameters = {
          {customized property} = ?
        }
      }
      frequency = "string"
      scope = [
        "string"
      ]
      severity = "string"
      state = "string"
      throttling = {
        duration = "string"
      }
    }
  }
}

属性值

ActionGroupsInformation

名字 描述 价值
customEmailSubject 在电子邮件通知中使用的可选自定义电子邮件主题。 字符串
customWebhookPayload 用于 Web 挂钩通知的可选自定义 Web 挂钩有效负载。 字符串
groupIds 操作组资源 ID。 string[] (必需)

AlertRuleProperties

名字 描述 价值
actionGroups 警报规则操作。 ActionGroupsInformation(必需)
描述 警报规则说明。 字符串
探测器 警报规则的检测器。 检测器(必需)
频率 ISO8601格式的警报规则频率。 时间粒度必须以分钟为单位,最小值为 1 分钟,具体取决于检测器。 string (必需)
范围 警报规则资源范围。 string[] (必需)
严厉 警报规则严重性。 “Sev0”
“Sev1”
“Sev2”
“Sev3”
“Sev4”(必需)
警报规则状态。 “Disabled”
“Enabled”(必需)
节流 警报规则限制信息。 ThrottlingInformation

AzureResourceTags

名字 描述 价值

探测器

名字 描述 价值
id 检测器 ID。 string (必需)
参数 检测器的参数。 DetectorParameters

DetectorParameters

名字 描述 价值

microsoft.alertsManagement/smartDetectorAlertRules

名字 描述 价值
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 警报规则的属性。 AlertRuleProperties
标签 资源标记 标记名称和值的字典。
类型 资源类型 “microsoft.alertsManagement/smartDetectorAlertRules@2021-04-01”

ThrottlingInformation

名字 描述 价值
期间 在再次通知警报规则之前,需要等待的持续时间(ISO8601格式)。 时间粒度必须以分钟为单位,最小值为 0 分钟 字符串