Microsoft.Security 擷取Settings

Bicep 資源定義

擷取Settings 資源類型可以部署到:

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

資源格式

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

resource symbolicname 'Microsoft.Security/ingestionSettings@2021-01-15-preview' = {
  name: 'string'
  properties: any()
}

屬性值

ingestionSettings

名稱 描述
NAME 資源名稱 字串 (必要)

字元限制:1-260

有效字元:
英數字元、底線和連字號。
properties 擷取設定資料 針對 Bicep,您可以使用 any () 函式。

ARM 範本資源定義

擷取Settings 資源類型可以部署到:

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

資源格式

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

{
  "type": "Microsoft.Security/ingestionSettings",
  "apiVersion": "2021-01-15-preview",
  "name": "string",
  "properties": {}
}

屬性值

ingestionSettings

名稱 描述
type 資源類型 'Microsoft.Security/ingestionSettings'
apiVersion 資源 API 版本 '2021-01-15-preview'
NAME 資源名稱 字串 (必要)

字元限制:1-260

有效字元:
英數字元、底線和連字號。
properties 擷取設定資料

Terraform (AzAPI 提供者) 資源定義

擷取Settings 資源類型可以部署到:

  • 訂用帳戶

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Security/ingestionSettings@2021-01-15-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
  })
}

屬性值

ingestionSettings

名稱 描述
type 資源類型 「Microsoft.Security/ingestionSettings@2021-01-15-preview」
NAME 資源名稱 字串 (必要)

字元限制:1-260

有效字元:
英數字元、底線和連字號。
parent_id 若要部署至訂用帳戶,請使用該訂用帳戶的識別碼。 字串 (必要)
properties 擷取設定資料