共用方式為


Microsoft.RecoveryServices vaults/backupFabrics/backupProtectionIntent 2021-12-01

Bicep 資源定義

保存庫/backupFabrics/backupProtectionIntent 資源類型可以使用目標作業來部署:

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

資源格式

若要建立 Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 資源,請將下列 Bicep 新增至範本。

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  eTag: 'string'
  properties: {
    backupManagementType: 'string'
    itemId: 'string'
    policyId: 'string'
    protectionState: 'string'
    sourceResourceId: 'string'
    protectionIntentItemType: 'string'
    // For remaining properties, see ProtectionIntent objects
  }
}

ProtectionIntent 物件

設定 protectionIntentItemType 屬性,以指定對象的類型。

針對 AzureResourceItem,請使用:

  protectionIntentItemType: 'AzureResourceItem'
  friendlyName: 'string'

針對 AzureWorkloadContainerAutoProtectionIntent,請使用:

  protectionIntentItemType: 'AzureWorkloadContainerAutoProtectionIntent'

針對 AzureWorkloadSQLAutoProtectionIntent,請使用:

  protectionIntentItemType: 'AzureWorkloadSQLAutoProtectionIntent'
  workloadItemType: 'string'

屬性值

vaults/backupFabrics/backupProtectionIntent

名字 描述 價值
名字 資源名稱

請參閱如何在 Bicep 中設定子資源的名稱和類型。
字串 (必要)
位置 資源位置。 字串
標籤 資源標籤。 標記名稱和值的字典。 請參閱範本中的 標籤
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型的資源符號名稱:backupFabrics
eTag 選擇性 ETag。 字串
性能 ProtectionIntentResource 屬性 ProtectionIntent

ProtectionIntent

名字 描述 價值
backupManagementType 備份項目的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'Invalid'
'MAB'
itemId 受到保護的專案標識碼,如果是 Azure Vm,則為 ProtectedItemId 字串
policyId 備份此項目的備份原則標識碼。 字串
protectionState 此備份項目的備份狀態。 'Invalid'
'NotProtected'
'Protected'
「保護」
'ProtectionFailed'
sourceResourceId 要備份之資源的 ARM 識別碼。 字串
protectionIntentItemType 設定物件類型 AzureResourceItem
AzureWorkloadContainerAutoProtectionIntent
AzureWorkloadSQLAutoProtectionIntent (必要)

AzureResourceProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 'AzureResourceItem' (必要)
friendlyName 這個備份專案所代表之 VM 的易記名稱。 字串

AzureWorkloadContainerAutoProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 'AzureWorkloadContainerAutoProtectionIntent' (必要)

AzureWorkloadSQLAutoProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 'AzureWorkloadSQLAutoProtectionIntent' (必要)
workloadItemType 要設定意圖之專案的工作負載項目類型 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

ARM 樣本資源定義

保存庫/backupFabrics/backupProtectionIntent 資源類型可以使用目標作業來部署:

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

資源格式

若要建立 Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 資源,請將下列 JSON 新增至範本。

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2021-12-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "properties": {
    "backupManagementType": "string",
    "itemId": "string",
    "policyId": "string",
    "protectionState": "string",
    "sourceResourceId": "string",
    "protectionIntentItemType": "string"
    // For remaining properties, see ProtectionIntent objects
  }
}

ProtectionIntent 物件

設定 protectionIntentItemType 屬性,以指定對象的類型。

針對 AzureResourceItem,請使用:

  "protectionIntentItemType": "AzureResourceItem",
  "friendlyName": "string"

針對 AzureWorkloadContainerAutoProtectionIntent,請使用:

  "protectionIntentItemType": "AzureWorkloadContainerAutoProtectionIntent"

針對 AzureWorkloadSQLAutoProtectionIntent,請使用:

  "protectionIntentItemType": "AzureWorkloadSQLAutoProtectionIntent",
  "workloadItemType": "string"

屬性值

vaults/backupFabrics/backupProtectionIntent

名字 描述 價值
類型 資源類型 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'
apiVersion 資源 API 版本 '2021-12-01'
名字 資源名稱

請參閱如何在JSON ARM 範本中設定子資源的名稱和類型。
字串 (必要)
位置 資源位置。 字串
標籤 資源標籤。 標記名稱和值的字典。 請參閱範本中的 標籤
eTag 選擇性 ETag。 字串
性能 ProtectionIntentResource 屬性 ProtectionIntent

ProtectionIntent

名字 描述 價值
backupManagementType 備份項目的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'AzureStorage'
'AzureWorkload'
'DPM'
'DefaultBackup'
'Invalid'
'MAB'
itemId 受到保護的專案標識碼,如果是 Azure Vm,則為 ProtectedItemId 字串
policyId 備份此項目的備份原則標識碼。 字串
protectionState 此備份項目的備份狀態。 'Invalid'
'NotProtected'
'Protected'
「保護」
'ProtectionFailed'
sourceResourceId 要備份之資源的 ARM 識別碼。 字串
protectionIntentItemType 設定物件類型 AzureResourceItem
AzureWorkloadContainerAutoProtectionIntent
AzureWorkloadSQLAutoProtectionIntent (必要)

AzureResourceProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 'AzureResourceItem' (必要)
friendlyName 這個備份專案所代表之 VM 的易記名稱。 字串

AzureWorkloadContainerAutoProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 'AzureWorkloadContainerAutoProtectionIntent' (必要)

AzureWorkloadSQLAutoProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 'AzureWorkloadSQLAutoProtectionIntent' (必要)
workloadItemType 要設定意圖之專案的工作負載項目類型 'Invalid'
'SAPAseDatabase'
'SAPAseSystem'
'SAPHanaDatabase'
'SAPHanaSystem'
'SQLDataBase'
'SQLInstance'

Terraform (AzAPI 提供者) 資源定義

保存庫/backupFabrics/backupProtectionIntent 資源類型可以使用目標作業來部署:

  • 資源群組

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

資源格式

若要建立 Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent 資源,請將下列 Terraform 新增至範本。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      itemId = "string"
      policyId = "string"
      protectionState = "string"
      sourceResourceId = "string"
      protectionIntentItemType = "string"
      // For remaining properties, see ProtectionIntent objects
    }
    eTag = "string"
  })
}

ProtectionIntent 物件

設定 protectionIntentItemType 屬性,以指定對象的類型。

針對 AzureResourceItem,請使用:

  protectionIntentItemType = "AzureResourceItem"
  friendlyName = "string"

針對 AzureWorkloadContainerAutoProtectionIntent,請使用:

  protectionIntentItemType = "AzureWorkloadContainerAutoProtectionIntent"

針對 AzureWorkloadSQLAutoProtectionIntent,請使用:

  protectionIntentItemType = "AzureWorkloadSQLAutoProtectionIntent"
  workloadItemType = "string"

屬性值

vaults/backupFabrics/backupProtectionIntent

名字 描述 價值
類型 資源類型 “Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2021-12-01”
名字 資源名稱 字串 (必要)
位置 資源位置。 字串
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:backupFabrics
標籤 資源標籤。 標記名稱和值的字典。
eTag 選擇性 ETag。 字串
性能 ProtectionIntentResource 屬性 ProtectionIntent

ProtectionIntent

名字 描述 價值
backupManagementType 備份項目的備份管理類型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“AzureStorage”
“AzureWorkload”
“DPM”
“DefaultBackup”
“Invalid”
“MAB”
itemId 受到保護的專案標識碼,如果是 Azure Vm,則為 ProtectedItemId 字串
policyId 備份此項目的備份原則標識碼。 字串
protectionState 此備份項目的備份狀態。 “Invalid”
“NotProtected”
“Protected”
“保護”
“ProtectionFailed”
sourceResourceId 要備份之資源的 ARM 識別碼。 字串
protectionIntentItemType 設定物件類型 AzureResourceItem
AzureWorkloadContainerAutoProtectionIntent
AzureWorkloadSQLAutoProtectionIntent (必要)

AzureResourceProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 “AzureResourceItem” (必要)
friendlyName 這個備份專案所代表之 VM 的易記名稱。 字串

AzureWorkloadContainerAutoProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 “AzureWorkloadContainerAutoProtectionIntent” (必要)

AzureWorkloadSQLAutoProtectionIntent

名字 描述 價值
protectionIntentItemType backup protectionIntent 類型。 “AzureWorkloadSQLAutoProtectionIntent” (必要)
workloadItemType 要設定意圖之專案的工作負載項目類型 “Invalid”
“SAPAseDatabase”
“SAPAseSystem”
“SAPHanaDatabase”
“SAPHanaSystem”
“SQLDataBase”
“SQLInstance”