共用方式為


Microsoft.PolicyInsights 補救 2018-07-01-preview

Bicep 資源定義

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

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

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

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

資源格式

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

resource symbolicname 'Microsoft.PolicyInsights/remediations@2018-07-01-preview' = {
  name: 'string'
  scope: resourceSymbolicName
  properties: {
    deploymentStatus: {
      failedDeployments: int
      successfulDeployments: int
      totalDeployments: int
    }
    filters: {
      locations: [
        'string'
      ]
    }
    policyAssignmentId: 'string'
    policyDefinitionReferenceId: 'string'
  }
}

屬性值

remediations

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

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

RemediationProperties

名稱 描述
deploymentStatus 補救所建立之所有部署的部署狀態摘要。 RemediationDeploymentSummary
filters 將套用以決定要補救之資源的篩選。 RemediationFilters
policyAssignmentId 應補救之原則指派的資源識別碼。 字串
policyDefinitionReferenceId 應補救之個別定義的原則定義參考識別碼。 補救原則指派原則集定義時為必要專案。 字串

RemediationDeploymentSummary

名稱 描述
failedDeployments 補救失敗所需的部署數目。 int
successfulDeployments 補救成功所需的部署數目。 int
totalDeployments 補救所需的部署數目。 int

RemediationFilters

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

ARM 範本資源定義

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

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

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

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

資源格式

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

{
  "type": "Microsoft.PolicyInsights/remediations",
  "apiVersion": "2018-07-01-preview",
  "name": "string",
  "scope": "string",
  "properties": {
    "deploymentStatus": {
      "failedDeployments": "int",
      "successfulDeployments": "int",
      "totalDeployments": "int"
    },
    "filters": {
      "locations": [ "string" ]
    },
    "policyAssignmentId": "string",
    "policyDefinitionReferenceId": "string"
  }
}

屬性值

remediations

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

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

RemediationProperties

名稱 描述
deploymentStatus 補救所建立之所有部署的部署狀態摘要。 RemediationDeploymentSummary
filters 要套用的篩選準則,以判斷要補救的資源。 RemediationFilters
policyAssignmentId 應補救之原則指派的資源識別碼。 字串
policyDefinitionReferenceId 應補救之個別定義的原則定義參考識別碼。 補救原則指派時需要指派原則集定義。 字串

RemediationDeploymentSummary

名稱 描述
failedDeployments 補救失敗所需的部署數目。 int
successfulDeployments 補救成功所需的部署數目。 int
totalDeployments 補救所需的部署數目。 int

RemediationFilters

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

Terraform (AzAPI 提供者) 資源定義

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

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

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

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

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.PolicyInsights/remediations@2018-07-01-preview"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      deploymentStatus = {
        failedDeployments = int
        successfulDeployments = int
        totalDeployments = int
      }
      filters = {
        locations = [
          "string"
        ]
      }
      policyAssignmentId = "string"
      policyDefinitionReferenceId = "string"
    }
  })
}

屬性值

remediations

名稱 描述
type 資源類型 「Microsoft.PolicyInsights/remediations@2018-07-01-preview」
NAME 資源名稱 字串 (必要)
parent_id 要套用此延伸模組資源的資源識別碼。 字串 (必要)
properties 補救的屬性。 RemediationProperties

RemediationProperties

名稱 描述
deploymentStatus 補救所建立之所有部署的部署狀態摘要。 RemediationDeploymentSummary
filters 要套用的篩選準則,以判斷要補救的資源。 RemediationFilters
policyAssignmentId 應補救之原則指派的資源識別碼。 字串
policyDefinitionReferenceId 應補救之個別定義的原則定義參考識別碼。 補救原則指派時需要指派原則集定義。 字串

RemediationDeploymentSummary

名稱 描述
failedDeployments 補救失敗所需的部署數目。 int
successfulDeployments 補救成功所需的部署數目。 int
totalDeployments 補救所需的部署數目。 int

RemediationFilters

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