你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.RecoveryServices vaults/backupFabrics/backupProtectionIntent 2023-02-01

Bicep 资源定义

可以使用目标操作部署 vaults/backupFabrics/backupProtectionIntent 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    backupManagementType: 'string'
    itemId: 'string'
    policyId: 'string'
    protectionState: 'string'
    sourceResourceId: 'string'
    protectionIntentItemType: 'string'
    // For remaining properties, see ProtectionIntent objects
  }
  tags: {
    {customized property}: 'string'
  }
}

ProtectionIntent 对象

设置 protectionIntentItemType 属性以指定对象的类型。

对于 AzureResourceItem,请使用:

{
  friendlyName: 'string'
  protectionIntentItemType: 'AzureResourceItem'
}

对于 AzureWorkloadSQLAutoProtectionIntent,请使用:

{
  protectionIntentItemType: 'AzureWorkloadSQLAutoProtectionIntent'
  workloadItemType: 'string'
}

对于 AzureWorkloadContainerAutoProtectionIntent,请使用:

{
  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'
}

属性值

AzureResourceProtectionIntent

名字 描述 价值
friendlyName 此备份项表示的 VM 的友好名称。 字符串
protectionIntentItemType 备份 protectionIntent 类型。 “AzureResourceItem”(必需)

AzureWorkloadContainerAutoProtectionIntent

名字 描述 价值
protectionIntentItemType 备份 protectionIntent 类型。 “AzureWorkloadContainerAutoProtectionIntent”(必需)

AzureWorkloadSQLAutoProtectionIntent

名字 描述 价值
protectionIntentItemType 备份 protectionIntent 类型。 “AzureWorkloadSQLAutoProtectionIntent”(必需)
workloadItemType 要为其设置意向的项的工作负荷项类型 “Invalid”
“SAPAseDatabase”
“SAPAseSystem”
“SAPHanaDatabase”
'SAPHanaDBInstance'
“SAPHanaSystem”
“SQLDataBase”
“SQLInstance”

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

名字 描述 价值
eTag 可选 ETag。 字符串
位置 资源位置。 字符串
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型资源的符号名称:vaults/backupFabrics
性能 ProtectionIntentResource 属性 ProtectionIntent
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记

ProtectionIntent

名字 描述 价值
backupManagementType 备份项的备份管理类型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“AzureStorage”
“AzureWorkload”
“DefaultBackup”
“DPM”
“Invalid”
“MAB”
itemId 受保护的项的 ID,如果是 Azure Vm,则为 ProtectedItemId 字符串
policyId 备份此项的备份策略的 ID。 字符串
protectionIntentItemType 对于 AzureResourceProtectionIntent,请设置为“AzureResourceItem”。 对于 AzureWorkloadSQLAutoProtectionIntent,请设置为“AzureWorkloadSQLAutoProtectionIntent”。 对于 AzureWorkloadContainerAutoProtectionIntent,请设置为“AzureWorkloadContainerAutoProtectionIntent”。 “AzureResourceItem”
“AzureWorkloadContainerAutoProtectionIntent”
“AzureWorkloadSQLAutoProtectionIntent”(必需)
protectionState 此备份项的备份状态。 “Invalid”
“NotProtected”
“Protected”
“保护”
“ProtectionFailed”
sourceResourceId 要备份的资源的 ARM ID。 字符串

ResourceTags

名字 描述 价值

ARM 模板资源定义

可以使用目标操作部署 vaults/backupFabrics/backupProtectionIntent 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2023-02-01",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "backupManagementType": "string",
    "itemId": "string",
    "policyId": "string",
    "protectionState": "string",
    "sourceResourceId": "string",
    "protectionIntentItemType": "string"
    // For remaining properties, see ProtectionIntent objects
  },
  "tags": {
    "{customized property}": "string"
  }
}

ProtectionIntent 对象

设置 protectionIntentItemType 属性以指定对象的类型。

对于 AzureResourceItem,请使用:

{
  "friendlyName": "string",
  "protectionIntentItemType": "AzureResourceItem"
}

对于 AzureWorkloadSQLAutoProtectionIntent,请使用:

{
  "protectionIntentItemType": "AzureWorkloadSQLAutoProtectionIntent",
  "workloadItemType": "string"
}

对于 AzureWorkloadContainerAutoProtectionIntent,请使用:

{
  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"
}

属性值

AzureResourceProtectionIntent

名字 描述 价值
friendlyName 此备份项表示的 VM 的友好名称。 字符串
protectionIntentItemType 备份 protectionIntent 类型。 “AzureResourceItem”(必需)

AzureWorkloadContainerAutoProtectionIntent

名字 描述 价值
protectionIntentItemType 备份 protectionIntent 类型。 “AzureWorkloadContainerAutoProtectionIntent”(必需)

AzureWorkloadSQLAutoProtectionIntent

名字 描述 价值
protectionIntentItemType 备份 protectionIntent 类型。 “AzureWorkloadSQLAutoProtectionIntent”(必需)
workloadItemType 要为其设置意向的项的工作负荷项类型 “Invalid”
“SAPAseDatabase”
“SAPAseSystem”
“SAPHanaDatabase”
'SAPHanaDBInstance'
“SAPHanaSystem”
“SQLDataBase”
“SQLInstance”

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

名字 描述 价值
apiVersion API 版本 '2023-02-01'
eTag 可选 ETag。 字符串
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 ProtectionIntentResource 属性 ProtectionIntent
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 “Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent”

ProtectionIntent

名字 描述 价值
backupManagementType 备份项的备份管理类型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“AzureStorage”
“AzureWorkload”
“DefaultBackup”
“DPM”
“Invalid”
“MAB”
itemId 受保护的项的 ID,如果是 Azure Vm,则为 ProtectedItemId 字符串
policyId 备份此项的备份策略的 ID。 字符串
protectionIntentItemType 对于 AzureResourceProtectionIntent,请设置为“AzureResourceItem”。 对于 AzureWorkloadSQLAutoProtectionIntent,请设置为“AzureWorkloadSQLAutoProtectionIntent”。 对于 AzureWorkloadContainerAutoProtectionIntent,请设置为“AzureWorkloadContainerAutoProtectionIntent”。 “AzureResourceItem”
“AzureWorkloadContainerAutoProtectionIntent”
“AzureWorkloadSQLAutoProtectionIntent”(必需)
protectionState 此备份项的备份状态。 “Invalid”
“NotProtected”
“Protected”
“保护”
“ProtectionFailed”
sourceResourceId 要备份的资源的 ARM ID。 字符串

ResourceTags

名字 描述 价值

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 vaults/backupFabrics/backupProtectionIntent 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      itemId = "string"
      policyId = "string"
      protectionState = "string"
      sourceResourceId = "string"
      protectionIntentItemType = "string"
      // For remaining properties, see ProtectionIntent objects
    }
  })
}

ProtectionIntent 对象

设置 protectionIntentItemType 属性以指定对象的类型。

对于 AzureResourceItem,请使用:

{
  friendlyName = "string"
  protectionIntentItemType = "AzureResourceItem"
}

对于 AzureWorkloadSQLAutoProtectionIntent,请使用:

{
  protectionIntentItemType = "AzureWorkloadSQLAutoProtectionIntent"
  workloadItemType = "string"
}

对于 AzureWorkloadContainerAutoProtectionIntent,请使用:

{
  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"
}

属性值

AzureResourceProtectionIntent

名字 描述 价值
friendlyName 此备份项表示的 VM 的友好名称。 字符串
protectionIntentItemType 备份 protectionIntent 类型。 “AzureResourceItem”(必需)

AzureWorkloadContainerAutoProtectionIntent

名字 描述 价值
protectionIntentItemType 备份 protectionIntent 类型。 “AzureWorkloadContainerAutoProtectionIntent”(必需)

AzureWorkloadSQLAutoProtectionIntent

名字 描述 价值
protectionIntentItemType 备份 protectionIntent 类型。 “AzureWorkloadSQLAutoProtectionIntent”(必需)
workloadItemType 要为其设置意向的项的工作负荷项类型 “Invalid”
“SAPAseDatabase”
“SAPAseSystem”
“SAPHanaDatabase”
'SAPHanaDBInstance'
“SAPHanaSystem”
“SQLDataBase”
“SQLInstance”

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

名字 描述 价值
eTag 可选 ETag。 字符串
位置 资源位置。 字符串
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:保管库/backupFabrics
性能 ProtectionIntentResource 属性 ProtectionIntent
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2023-02-01”

ProtectionIntent

名字 描述 价值
backupManagementType 备份项的备份管理类型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“AzureStorage”
“AzureWorkload”
“DefaultBackup”
“DPM”
“Invalid”
“MAB”
itemId 受保护的项的 ID,如果是 Azure Vm,则为 ProtectedItemId 字符串
policyId 备份此项的备份策略的 ID。 字符串
protectionIntentItemType 对于 AzureResourceProtectionIntent,请设置为“AzureResourceItem”。 对于 AzureWorkloadSQLAutoProtectionIntent,请设置为“AzureWorkloadSQLAutoProtectionIntent”。 对于 AzureWorkloadContainerAutoProtectionIntent,请设置为“AzureWorkloadContainerAutoProtectionIntent”。 “AzureResourceItem”
“AzureWorkloadContainerAutoProtectionIntent”
“AzureWorkloadSQLAutoProtectionIntent”(必需)
protectionState 此备份项的备份状态。 “Invalid”
“NotProtected”
“Protected”
“保护”
“ProtectionFailed”
sourceResourceId 要备份的资源的 ARM ID。 字符串

ResourceTags

名字 描述 价值