共用方式為


Microsoft.PolicyInsights 補救

Bicep 資源定義

補救資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。

scope使用此資源上的 屬性來設定此資源的範圍。 請參閱 在 Bicep 中設定擴充功能資源的範圍

補救資源的有效部署範圍如下:

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

資源格式

若要建立 Microsoft.PolicyInsights/remediations 資源,請將下列 Bicep 新增至您的範本。

resource symbolicname 'Microsoft.PolicyInsights/remediations@2021-10-01' = {
  name: 'string'
  scope: resourceSymbolicName
  properties: {
    failureThreshold: {
      percentage: int
    }
    filters: {
      locations: [
        'string'
      ]
    }
    parallelDeployments: int
    policyAssignmentId: 'string'
    policyDefinitionReferenceId: 'string'
    resourceCount: int
    resourceDiscoveryMode: 'string'
  }
}

屬性值

remediations

名稱 描述
NAME 資源名稱 字串 (必要)
scope 在與部署範圍不同的範圍建立擴充資源時,請使用 。 目標資源

針對 Bicep,請將此屬性設定為資源的符號名稱,以套用 延伸模組資源
properties 補救的屬性。 RemediationProperties

RemediationProperties

名稱 描述
failureThreshold 補救失敗閾值設定 RemediationPropertiesFailureThreshold
filters 要套用的篩選準則,以判斷要補救的資源。 RemediationFilters
parallelDeployments 決定在任何指定時間補救多少資源。 可用來增加或減少補救的步調。 如果未提供,則會使用預設的平行部署值。 int
policyAssignmentId 應補救之原則指派的資源識別碼。 字串
policyDefinitionReferenceId 應補救之個別定義的原則定義參考識別碼。 補救原則指派時需要指派原則集定義。 字串
resourceCount 決定補救作業可補救的資源數目上限。 如果未提供,則會使用預設資源計數。 int
resourceDiscoveryMode 探索到補救資源的方式。 如果未指定,預設為 ExistingNonCompliant。 'ExistingNonCompliant'
'ReEvaluateCompliance'

RemediationPropertiesFailureThreshold

名稱 描述
percentage 介於 0.0 到 1.0 之間的數位,表示失敗閾值的百分比。 如果失敗的補救作業百分比 (即失敗部署) 超過此閾值,則補救將會失敗。 int

RemediationFilters

名稱 描述
位置 要補救的資源位置。 string[]

ARM 範本資源定義

補救資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。

scope使用此資源上的 屬性來設定此資源的範圍。 請參閱 在 ARM 範本中設定擴充功能資源的範圍

補救資源的有效部署範圍如下:

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

資源格式

若要建立 Microsoft.PolicyInsights/remediations 資源,請將下列 JSON 新增至您的範本。

{
  "type": "Microsoft.PolicyInsights/remediations",
  "apiVersion": "2021-10-01",
  "name": "string",
  "scope": "string",
  "properties": {
    "failureThreshold": {
      "percentage": "int"
    },
    "filters": {
      "locations": [ "string" ]
    },
    "parallelDeployments": "int",
    "policyAssignmentId": "string",
    "policyDefinitionReferenceId": "string",
    "resourceCount": "int",
    "resourceDiscoveryMode": "string"
  }
}

屬性值

remediations

名稱 描述
type 資源類型 'Microsoft.PolicyInsights/remediations'
apiVersion 資源 API 版本 '2021-10-01'
NAME 資源名稱 需要字串 ()
scope 在與部署範圍不同的範圍內建立擴充資源時,請使用 。 目標資源

針對 JSON,請將值設定為要套用 擴充資源 的資源完整名稱。
properties 補救的屬性。 RemediationProperties

RemediationProperties

名稱 描述
failureThreshold 補救失敗閾值設定 RemediationPropertiesFailureThreshold
filters 將套用以決定要補救之資源的篩選。 RemediationFilters
parallelDeployments 決定在任何指定時間補救多少資源。 可用來增加或減少補救的步調。 如果未提供,則會使用預設的平行部署值。 int
policyAssignmentId 應補救之原則指派的資源識別碼。 字串
policyDefinitionReferenceId 應補救之個別定義的原則定義參考識別碼。 補救原則指派原則集定義時為必要專案。 字串
resourceCount 決定補救作業可補救的資源數目上限。 如果未提供,則會使用預設資源計數。 int
resourceDiscoveryMode 探索到補救資源的方式。 如果未指定,則預設為 ExistingNonCompliant。 'ExistingNonCompliant'
'ReEvaluateCompliance'

RemediationPropertiesFailureThreshold

名稱 描述
percentage 介於 0.0 到 1.0 之間的數位,代表失敗閾值的百分比。 如果失敗的補救作業百分比 (即失敗的部署) 超過此閾值,則補救將會失敗。 int

RemediationFilters

名稱 描述
位置 要補救的資源位置。 string[]

Terraform (AzAPI 提供者) 資源定義

補救資源類型是 延伸模組資源,這表示您可以將它套用至另一個資源。

parent_id使用此資源上的 屬性來設定此資源的範圍。

補救資源的有效部署範圍如下:

  • 資源群組
  • 訂用帳戶
  • 管理群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.PolicyInsights/remediations@2021-10-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      failureThreshold = {
        percentage = int
      }
      filters = {
        locations = [
          "string"
        ]
      }
      parallelDeployments = int
      policyAssignmentId = "string"
      policyDefinitionReferenceId = "string"
      resourceCount = int
      resourceDiscoveryMode = "string"
    }
  })
}

屬性值

remediations

名稱 描述
type 資源類型 「Microsoft.PolicyInsights/remediations@2021-10-01」
NAME 資源名稱 需要字串 ()
parent_id 要套用此擴充功能資源的資源識別碼。 需要字串 ()
properties 補救的屬性。 RemediationProperties

RemediationProperties

名稱 描述
failureThreshold 補救失敗閾值設定 RemediationPropertiesFailureThreshold
filters 將套用以決定要補救之資源的篩選。 RemediationFilters
parallelDeployments 決定在任何指定時間補救多少資源。 可用來增加或減少補救的步調。 如果未提供,則會使用預設的平行部署值。 int
policyAssignmentId 應補救之原則指派的資源識別碼。 字串
policyDefinitionReferenceId 應補救之個別定義的原則定義參考識別碼。 補救原則指派時需要指派原則集定義。 字串
resourceCount 決定補救作業可補救的資源數目上限。 如果未提供,則會使用預設資源計數。 int
resourceDiscoveryMode 探索到補救資源的方式。 如果未指定,預設為 ExistingNonCompliant。 「ExistingNonCompliant」
「ReEvaluateCompliance」

RemediationPropertiesFailureThreshold

名稱 描述
percentage 介於 0.0 到 1.0 之間的數位,表示失敗閾值的百分比。 如果失敗的補救作業百分比 (即失敗部署) 超過此閾值,則補救將會失敗。 int

RemediationFilters

名稱 描述
位置 要補救的資源位置。 string[]