Microsoft.Insights dataCollectionRuleAssociations
Bicep 資源定義
dataCollectionRuleAssociations 資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。
使用此資源上的 scope
屬性來設定此資源的範圍。 請參閱 在 Bicep中設定延伸模組資源的範圍。
dataCollectionRuleAssociations 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Insights/dataCollectionRuleAssociations 資源,請將下列 Bicep 新增至範本。
resource symbolicname 'Microsoft.Insights/dataCollectionRuleAssociations@2023-03-11' = {
name: 'string'
scope: resourceSymbolicName
properties: {
dataCollectionEndpointId: 'string'
dataCollectionRuleId: 'string'
description: 'string'
}
}
屬性值
dataCollectionRuleAssociations
名字 | 描述 | 價值 |
---|---|---|
名字 | 資源名稱 | 字串 (必要) |
範圍 | 在與部署範圍不同的範圍建立擴充資源時,請使用 。 | 目標資源 針對 Bicep,請將此屬性設定為資源的符號名稱,以套用 擴充資源。 |
性能 | 資源屬性。 | DataCollectionRuleAssociationProxyOnlyResourceProper... |
DataCollectionRuleAssociationProxyOnlyResourceProper...
名字 | 描述 | 價值 |
---|---|---|
dataCollectionEndpointId | 要關聯之數據收集端點的資源標識符。 | 字串 |
dataCollectionRuleId | 要關聯之數據收集規則的資源標識碼。 | 字串 |
描述 | 關聯的描述。 | 字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
部署深色追蹤自動調整 vSensors |
此範本可讓您部署 Darktrace vSensors 的自動自動調整部署 |
ARM 樣本資源定義
dataCollectionRuleAssociations 資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。
使用此資源上的 scope
屬性來設定此資源的範圍。 請參閱 在 ARM 樣本中設定擴充功能資源的範圍,。
dataCollectionRuleAssociations 資源類型可以使用目標作業來部署:
- 資源群組 - 請參閱 資源群組部署命令
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Insights/dataCollectionRuleAssociations 資源,請將下列 JSON 新增至範本。
{
"type": "Microsoft.Insights/dataCollectionRuleAssociations",
"apiVersion": "2023-03-11",
"name": "string",
"scope": "string",
"properties": {
"dataCollectionEndpointId": "string",
"dataCollectionRuleId": "string",
"description": "string"
}
}
屬性值
dataCollectionRuleAssociations
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | 'Microsoft.Insights/dataCollectionRuleAssociations' |
apiVersion | 資源 API 版本 | '2023-03-11' |
名字 | 資源名稱 | 字串 (必要) |
範圍 | 在與部署範圍不同的範圍建立擴充資源時,請使用 。 | 目標資源 針對 JSON,請將值設定為要套用 擴充功能資源 的資源完整名稱。 |
性能 | 資源屬性。 | DataCollectionRuleAssociationProxyOnlyResourceProper... |
DataCollectionRuleAssociationProxyOnlyResourceProper...
名字 | 描述 | 價值 |
---|---|---|
dataCollectionEndpointId | 要關聯之數據收集端點的資源標識符。 | 字串 |
dataCollectionRuleId | 要關聯之數據收集規則的資源標識碼。 | 字串 |
描述 | 關聯的描述。 | 字串 |
快速入門範本
下列快速入門範本會部署此資源類型。
範本 | 描述 |
---|---|
部署深色追蹤自動調整 vSensors |
此範本可讓您部署 Darktrace vSensors 的自動自動調整部署 |
Terraform (AzAPI 提供者) 資源定義
dataCollectionRuleAssociations 資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。
使用此資源上的 parent_id
屬性來設定此資源的範圍。
dataCollectionRuleAssociations 資源類型可以使用目標作業來部署:
- 資源群組
如需每個 API 版本中已變更屬性的清單,請參閱 變更記錄檔。
資源格式
若要建立 Microsoft.Insights/dataCollectionRuleAssociations 資源,請將下列 Terraform 新增至範本。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Insights/dataCollectionRuleAssociations@2023-03-11"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
dataCollectionEndpointId = "string"
dataCollectionRuleId = "string"
description = "string"
}
})
}
屬性值
dataCollectionRuleAssociations
名字 | 描述 | 價值 |
---|---|---|
類型 | 資源類型 | “Microsoft.Insights/dataCollectionRuleAssociations@2023-03-11” |
名字 | 資源名稱 | 字串 (必要) |
parent_id | 要套用此延伸模組資源之資源的標識碼。 | 字串 (必要) |
性能 | 資源屬性。 | DataCollectionRuleAssociationProxyOnlyResourceProper... |
DataCollectionRuleAssociationProxyOnlyResourceProper...
名字 | 描述 | 價值 |
---|---|---|
dataCollectionEndpointId | 要關聯之數據收集端點的資源標識符。 | 字串 |
dataCollectionRuleId | 要關聯之數據收集規則的資源標識碼。 | 字串 |
描述 | 關聯的描述。 | 字串 |