共用方式為


Microsoft.Security SecurityContacts 2017-08-01-preview

Bicep 資源定義

securityContacts 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Security/securityContacts 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.Security/securityContacts@2017-08-01-preview' = {
  name: 'string'
  properties: {
    alertNotifications: 'string'
    alertsToAdmins: 'string'
    email: 'string'
    phone: 'string'
  }
}

屬性值

Microsoft.Security/securityContacts

名字 描述 價值
名字 資源名稱 字串 (必要)
性能 安全性聯繫人數據 SecurityContactProperties

SecurityContactProperties

名字 描述 價值
alertNotifications 是否要將安全性警示通知傳送給安全性聯繫人 'Off'
'On' (必要)
alertsToAdmins 是否要將安全性警示通知傳送給訂用帳戶管理員 'Off'
'On' (必要)
電子郵件 此安全性聯繫人的電子郵件 字串 (必要)
電話 此安全性聯繫人的電話號碼 字串

ARM 樣本資源定義

securityContacts 資源類型可以使用目標作業來部署:

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Security/securityContacts 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.Security/securityContacts",
  "apiVersion": "2017-08-01-preview",
  "name": "string",
  "properties": {
    "alertNotifications": "string",
    "alertsToAdmins": "string",
    "email": "string",
    "phone": "string"
  }
}

屬性值

Microsoft.Security/securityContacts

名字 描述 價值
apiVersion API 版本 '2017-08-01-preview'
名字 資源名稱 字串 (必要)
性能 安全性聯繫人數據 SecurityContactProperties
類型 資源類型 'Microsoft.Security/securityContacts'

SecurityContactProperties

名字 描述 價值
alertNotifications 是否要將安全性警示通知傳送給安全性聯繫人 'Off'
'On' (必要)
alertsToAdmins 是否要將安全性警示通知傳送給訂用帳戶管理員 'Off'
'On' (必要)
電子郵件 此安全性聯繫人的電子郵件 字串 (必要)
電話 此安全性聯繫人的電話號碼 字串

Terraform (AzAPI 提供者) 資源定義

securityContacts 資源類型可以使用目標作業來部署:

  • 訂用帳戶

如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔

資源格式

若要建立 Microsoft.Security/securityContacts 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Security/securityContacts@2017-08-01-preview"
  name = "string"
  body = jsonencode({
    properties = {
      alertNotifications = "string"
      alertsToAdmins = "string"
      email = "string"
      phone = "string"
    }
  })
}

屬性值

Microsoft.Security/securityContacts

名字 描述 價值
名字 資源名稱 字串 (必要)
性能 安全性聯繫人數據 SecurityContactProperties
類型 資源類型 “Microsoft.Security/securityContacts@2017-08-01-preview”

SecurityContactProperties

名字 描述 價值
alertNotifications 是否要將安全性警示通知傳送給安全性聯繫人 'Off'
'On' (必要)
alertsToAdmins 是否要將安全性警示通知傳送給訂用帳戶管理員 'Off'
'On' (必要)
電子郵件 此安全性聯繫人的電子郵件 字串 (必要)
電話 此安全性聯繫人的電話號碼 字串