共用方式為


Microsoft.RecoveryServices vaults/backupFabrics/backupProtectionIntent 2022-09-01-preview

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview' = {
  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 backup protectionIntent 類型。 'AzureResourceItem' (必要)

AzureWorkloadContainerAutoProtectionIntent

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

AzureWorkloadSQLAutoProtectionIntent

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

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

名字 描述 價值
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
父母 在 Bicep 中,您可以指定子資源的父資源。 只有在父資源外部宣告子資源時,才需要新增這個屬性。

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:保存庫/backupFabrics
性能 ProtectionIntentResource 屬性 ProtectionIntent
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ProtectionIntent

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

ResourceTags

名字 描述 價值

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent",
  "apiVersion": "2022-09-01-preview",
  "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 backup protectionIntent 類型。 'AzureResourceItem' (必要)

AzureWorkloadContainerAutoProtectionIntent

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

AzureWorkloadSQLAutoProtectionIntent

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

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

名字 描述 價值
apiVersion API 版本 '2022-09-01-preview'
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 ProtectionIntentResource 屬性 ProtectionIntent
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent'

ProtectionIntent

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

ResourceTags

名字 描述 價值

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent@2022-09-01-preview"
  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 backup protectionIntent 類型。 'AzureResourceItem' (必要)

AzureWorkloadContainerAutoProtectionIntent

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

AzureWorkloadSQLAutoProtectionIntent

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

Microsoft.RecoveryServices/vaults/backupFabrics/backupProtectionIntent

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

ProtectionIntent

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

ResourceTags

名字 描述 價值