Microsoft.SecurityInsights dataConnectors 2019-01-01-preview
- 最新
- 2023-02-01-preview
- 2022-12-01-preview
- 2022-11-01
- 2022-11-01-preview
- 2022-10-01-preview
- 2022-09-01-preview
- 2022-08-01
- 2022-08-01-preview
- 2022-07-01-preview
- 2022-06-01-preview
- 2022-05-01-preview
- 2022-04-01-preview
- 2022-01-01-preview
- 2021-10-01
- 2021-10-01-preview
- 2021-09-01-preview
- 2021-03-01-preview
- 2020-01-01
- 2019-01-01-preview
Bicep 資源定義
dataConnectors 資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。
scope
使用此資源上的 屬性來設定此資源的範圍。 請參閱 在 Bicep 中設定擴充功能資源的範圍。
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.SecurityInsights/dataConnectors 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.SecurityInsights/dataConnectors@2019-01-01-preview' = {
name: 'string'
kind: 'string'
scope: resourceSymbolicName
etag: 'string'
}
屬性值
dataConnectors
名稱 | 描述 | 值 |
---|---|---|
NAME | 資源名稱 | 需要字串 () |
kind | 資料連線器的種類 | 'AmazonWebServicesCloudTrail' 'AzureActiveDirectory' 'AzureAdvancedThreatProtection' 'AzureSecurityCenter' 'Dynamics365' 'MicrosoftCloudAppSecurity' 'MicrosoftDefenderAdvancedThreatProtection' 'MicrosoftThreatIntelligence' 'MicrosoftThreatProtection' 'Office365' 'OfficeATP' 'ThreatIntelligence' 'ThreatIntelligenceTaxii' (必要) |
scope | 在與部署範圍不同的範圍內建立擴充資源時,請使用 。 | 目標資源 針對 Bicep,請將此屬性設定為資源的符號名稱,以套用 延伸模組資源。 |
etag | Azure 資源的 Etag | 字串 |
ARM 範本資源定義
dataConnectors 資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。
scope
使用此資源上的 屬性來設定此資源的範圍。 請參閱 在 ARM 範本中設定擴充功能資源的範圍。
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.SecurityInsights/dataConnectors 資源,請將下列 JSON 新增至您的範本。
{
"type": "Microsoft.SecurityInsights/dataConnectors",
"apiVersion": "2019-01-01-preview",
"name": "string",
"kind": "string",
"scope": "string",
"etag": "string"
}
屬性值
dataConnectors
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.SecurityInsights/dataConnectors' |
apiVersion | 資源 API 版本 | '2019-01-01-preview' |
NAME | 資源名稱 | 需要字串 () |
kind | 資料連線器的種類 | 'AmazonWebServicesCloudTrail' 'AzureActiveDirectory' 'AzureAdvancedThreatProtection' 'AzureSecurityCenter' 'Dynamics365' 'MicrosoftCloudAppSecurity' 'MicrosoftDefenderAdvancedThreatProtection' 'MicrosoftThreatIntelligence' 'MicrosoftThreatProtection' 'Office365' 'OfficeATP' 'ThreatIntelligence' 'ThreatIntelligenceTaxii' (必要) |
scope | 在與部署範圍不同的範圍內建立擴充資源時,請使用 。 | 目標資源 針對 JSON,請將值設定為要套用 擴充資源 的資源完整名稱。 |
etag | Azure 資源的 Etag | 字串 |
Terraform (AzAPI 提供者) 資源定義
dataConnectors 資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。
parent_id
使用此資源上的 屬性來設定此資源的範圍。
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.SecurityInsights/dataConnectors 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.SecurityInsights/dataConnectors@2019-01-01-preview"
name = "string"
parent_id = "string"
body = jsonencode({
kind = "string"
etag = "string"
})
}
屬性值
dataConnectors
名稱 | 描述 | 值 |
---|---|---|
類型 | 資源類型 | 「Microsoft.SecurityInsights/dataConnectors@2019-01-01-preview」 |
NAME | 資源名稱 | 需要字串 () |
parent_id | 要套用此擴充功能資源的資源識別碼。 | 需要字串 () |
kind | 資料連線器的種類 | 「AmazonWebServicesCloudTrail」 「AzureActiveDirectory」 「AzureAdvancedThreatProtection」 「AzureSecurityCenter」 「Dynamics365」 「MicrosoftCloudAppSecurity」 「MicrosoftDefenderAdvancedThreatProtection」 「MicrosoftThreatIntelligence」 「MicrosoftThreatProtection」 「Office365」 「OfficeATP」 「ThreatIntelligence」 「ThreatIntelligenceTaxii」 (必要) |
etag | Azure 資源的 Etag | string |