共用方式為


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(Azure.Bicep.Types.Concrete.AnyType)
      }
    }
    frequency: 'string'
    scope: [
      'string'
    ]
    severity: 'string'
    state: 'string'
    throttling: {
      duration: 'string'
    }
  }
  tags: {
    {customized property}: 'string'
  }
}

屬性值

ActionGroupsInformation

名字 描述 價值
customEmailSubject 選擇性的自訂電子郵件主旨,用於電子郵件通知。 字串
customWebhookPayload 選擇性的自定義 Web 攔截承載,用於 Web 攔截通知。 字串
groupIds 動作群組資源標識碼。 string[] (必要)

AlertRuleProperties

名字 描述 價值
actionGroups 警示規則動作。 ActionGroupsInformation (必要)
描述 警示規則描述。 字串
探測器 警示規則的偵測器。 偵測器 (必要)
頻率 ISO8601格式的警示規則頻率。 時間粒度必須以分鐘為單位,且最小值為 1 分鐘,視偵測器而定。 字串 (必要)
範圍 警示規則資源範圍。 string[] (必要)
嚴厲 警示規則嚴重性。 'Sev0'
'Sev1'
'Sev2'
'Sev3'
'Sev4' (必要)
警示規則狀態。 'Disabled'
'Enabled' (必要)
節流 警示規則節流資訊。 ThrottlingInformation

AzureResourceTags

名字 描述 價值

探測器

名字 描述 價值
id 偵測器標識碼。 字串 (必要)
參數 偵測器的參數。 DetectorParameters

DetectorParameters

名字 描述 價值

microsoft.alertsManagement/smartDetectorAlertRules

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 警示規則的屬性。 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 動作群組資源標識碼。 string[] (必要)

AlertRuleProperties

名字 描述 價值
actionGroups 警示規則動作。 ActionGroupsInformation (必要)
描述 警示規則描述。 字串
探測器 警示規則的偵測器。 偵測器 (必要)
頻率 ISO8601格式的警示規則頻率。 時間粒度必須以分鐘為單位,且最小值為 1 分鐘,視偵測器而定。 字串 (必要)
範圍 警示規則資源範圍。 string[] (必要)
嚴厲 警示規則嚴重性。 'Sev0'
'Sev1'
'Sev2'
'Sev3'
'Sev4' (必要)
警示規則狀態。 'Disabled'
'Enabled' (必要)
節流 警示規則節流資訊。 ThrottlingInformation

AzureResourceTags

名字 描述 價值

探測器

名字 描述 價值
id 偵測器標識碼。 字串 (必要)
參數 偵測器的參數。 DetectorParameters

DetectorParameters

名字 描述 價值

microsoft.alertsManagement/smartDetectorAlertRules

名字 描述 價值
apiVersion API 版本 '2021-04-01'
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 警示規則的屬性。 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 = jsonencode({
    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 動作群組資源標識碼。 string[] (必要)

AlertRuleProperties

名字 描述 價值
actionGroups 警示規則動作。 ActionGroupsInformation (必要)
描述 警示規則描述。 字串
探測器 警示規則的偵測器。 偵測器 (必要)
頻率 ISO8601格式的警示規則頻率。 時間粒度必須以分鐘為單位,且最小值為 1 分鐘,視偵測器而定。 字串 (必要)
範圍 警示規則資源範圍。 string[] (必要)
嚴厲 警示規則嚴重性。 'Sev0'
'Sev1'
'Sev2'
'Sev3'
'Sev4' (必要)
警示規則狀態。 'Disabled'
'Enabled' (必要)
節流 警示規則節流資訊。 ThrottlingInformation

AzureResourceTags

名字 描述 價值

探測器

名字 描述 價值
id 偵測器標識碼。 字串 (必要)
參數 偵測器的參數。 DetectorParameters

DetectorParameters

名字 描述 價值

microsoft.alertsManagement/smartDetectorAlertRules

名字 描述 價值
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 警示規則的屬性。 AlertRuleProperties
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “microsoft.alertsManagement/smartDetectorAlertRules@2021-04-01”

ThrottlingInformation

名字 描述 價值
期間 需要持續期間(ISO8601格式),才能再次通知警示規則。 時間粒度必須以分鐘為單位,最小值為 0 分鐘 字串