共用方式為


Microsoft.ChangeAnalysis 配置檔

Bicep 資源定義

設定檔案資源類型可以使用目標作業來部署:

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

資源格式

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

resource symbolicname 'Microsoft.ChangeAnalysis/profile@2020-04-01-preview' = {
  identity: {
    type: 'string'
  }
  location: 'string'
  name: 'string'
  properties: {
    notifications: {
      activationState: 'string'
      azureMonitorWorkspaceProperties: {
        includeChangeDetails: 'string'
        workspaceId: 'string'
        workspaceResourceId: 'string'
      }
    }
  }
  systemData: {}
}

屬性值

AzureMonitorWorkspaceProperties

名字 描述 價值
includeChangeDetails includeChangeDetails 功能的模式。 旗標會設定是否要在值前後包含或排除變更的內容。 'Exclude'
'Include'
'None'
workspaceId Azure 監視器工作區標識符 - Log Analytics 工作區的唯一標識符。 字串
workspaceResourceId Azure 監視器工作區 ARM 資源識別碼。 資源標識符的格式應如下:/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName} 字串

ConfigurationProfileResourceProperties

名字 描述 價值
通知 訂用帳戶變更通知組態的設定。 NotificationSettings

Microsoft.ChangeAnalysis/profile

名字 描述 價值
身份 支援受控識別的 ARM 資源所傳回的身分識別區塊。 ResourceIdentity
位置 要部署資源的位置。 字串
名字 資源名稱 字串

約束:
模式 = ^(?!.*-$)[^-][a-zA-Z0-9-]*$ (必要)
性能 組態配置檔的屬性。 ConfigurationProfileResourceProperties
systemData 最上層元數據 https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources SystemData

NotificationSettings

名字 描述 價值
activationState 通知功能的狀態。 'Disabled'
'Enabled'
'None'
azureMonitorWorkspaceProperties 接收變更通知之 Azure 監視器工作區的設定屬性。 AzureMonitorWorkspaceProperties

ResourceIdentity

名字 描述 價值
類型 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 'None'
'SystemAssigned'

SystemData

名字 描述 價值

ARM 樣本資源定義

設定檔案資源類型可以使用目標作業來部署:

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

資源格式

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

{
  "type": "Microsoft.ChangeAnalysis/profile",
  "apiVersion": "2020-04-01-preview",
  "name": "string",
  "identity": {
    "type": "string"
  },
  "location": "string",
  "properties": {
    "notifications": {
      "activationState": "string",
      "azureMonitorWorkspaceProperties": {
        "includeChangeDetails": "string",
        "workspaceId": "string",
        "workspaceResourceId": "string"
      }
    }
  },
  "systemData": {
  }
}

屬性值

AzureMonitorWorkspaceProperties

名字 描述 價值
includeChangeDetails includeChangeDetails 功能的模式。 旗標會設定是否要在值前後包含或排除變更的內容。 'Exclude'
'Include'
'None'
workspaceId Azure 監視器工作區標識符 - Log Analytics 工作區的唯一標識符。 字串
workspaceResourceId Azure 監視器工作區 ARM 資源識別碼。 資源標識符的格式應如下:/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName} 字串

ConfigurationProfileResourceProperties

名字 描述 價值
通知 訂用帳戶變更通知組態的設定。 NotificationSettings

Microsoft.ChangeAnalysis/profile

名字 描述 價值
apiVersion API 版本 '2020-04-01-preview'
身份 支援受控識別的 ARM 資源所傳回的身分識別區塊。 ResourceIdentity
位置 要部署資源的位置。 字串
名字 資源名稱 字串

約束:
模式 = ^(?!.*-$)[^-][a-zA-Z0-9-]*$ (必要)
性能 組態配置檔的屬性。 ConfigurationProfileResourceProperties
systemData 最上層元數據 https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources SystemData
類型 資源類型 'Microsoft.ChangeAnalysis/profile'

NotificationSettings

名字 描述 價值
activationState 通知功能的狀態。 'Disabled'
'Enabled'
'None'
azureMonitorWorkspaceProperties 接收變更通知之 Azure 監視器工作區的設定屬性。 AzureMonitorWorkspaceProperties

ResourceIdentity

名字 描述 價值
類型 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 'None'
'SystemAssigned'

SystemData

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

設定檔案資源類型可以使用目標作業來部署:

  • 訂用帳戶

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.ChangeAnalysis/profile@2020-04-01-preview"
  name = "string"
  identity = {
    type = "string"
  }
  location = "string"
  systemData = {
  }
  body = jsonencode({
    properties = {
      notifications = {
        activationState = "string"
        azureMonitorWorkspaceProperties = {
          includeChangeDetails = "string"
          workspaceId = "string"
          workspaceResourceId = "string"
        }
      }
    }
  })
}

屬性值

AzureMonitorWorkspaceProperties

名字 描述 價值
includeChangeDetails includeChangeDetails 功能的模式。 旗標會設定是否要在值前後包含或排除變更的內容。 'Exclude'
'Include'
'None'
workspaceId Azure 監視器工作區標識符 - Log Analytics 工作區的唯一標識符。 字串
workspaceResourceId Azure 監視器工作區 ARM 資源識別碼。 資源標識符的格式應如下:/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName} 字串

ConfigurationProfileResourceProperties

名字 描述 價值
通知 訂用帳戶變更通知組態的設定。 NotificationSettings

Microsoft.ChangeAnalysis/profile

名字 描述 價值
身份 支援受控識別的 ARM 資源所傳回的身分識別區塊。 ResourceIdentity
位置 要部署資源的位置。 字串
名字 資源名稱 字串

約束:
模式 = ^(?!.*-$)[^-][a-zA-Z0-9-]*$ (必要)
性能 組態配置檔的屬性。 ConfigurationProfileResourceProperties
systemData 最上層元數據 https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources SystemData
類型 資源類型 “Microsoft.ChangeAnalysis/profile@2020-04-01-preview”

NotificationSettings

名字 描述 價值
activationState 通知功能的狀態。 'Disabled'
'Enabled'
'None'
azureMonitorWorkspaceProperties 接收變更通知之 Azure 監視器工作區的設定屬性。 AzureMonitorWorkspaceProperties

ResourceIdentity

名字 描述 價值
類型 所使用的受控識別類型。 類型 'SystemAssigned, UserAssigned' 包含隱含建立的身分識別和一組使用者指派的身分識別。 類型 『None』 將會移除任何身分識別。 'None'
'SystemAssigned'

SystemData

名字 描述 價值