共用方式為


Microsoft.RecoveryServices vaults/backupFabrics/protectionContainers/protectedItems 2016-06-01

Bicep 資源定義

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

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

資源格式

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

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01' = {
  parent: resourceSymbolicName
  eTag: 'string'
  location: 'string'
  name: 'string'
  properties: {
    backupManagementType: 'string'
    lastRecoveryPoint: 'string'
    policyId: 'string'
    sourceResourceId: 'string'
    workloadType: 'string'
    protectedItemType: 'string'
    // For remaining properties, see ProtectedItem objects
  }
  tags: {
    {customized property}: 'string'
  }
}

ProtectedItem 物件

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

針對 Microsoft.ClassicCompute/virtualMachines,請使用:

{
  extendedInfo: {
    oldestRecoveryPoint: 'string'
    policyInconsistent: bool
    recoveryPointCount: int
  }
  friendlyName: 'string'
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  protectedItemType: 'Microsoft.ClassicCompute/virtualMachines'
  protectionState: 'string'
  protectionStatus: 'string'
  virtualMachineId: 'string'
}

針對 Microsoft.Compute/virtualMachines,請使用:

{
  extendedInfo: {
    oldestRecoveryPoint: 'string'
    policyInconsistent: bool
    recoveryPointCount: int
  }
  friendlyName: 'string'
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  protectedItemType: 'Microsoft.Compute/virtualMachines'
  protectionState: 'string'
  protectionStatus: 'string'
  virtualMachineId: 'string'
}

針對 MabFileFolderProtectedItem,請使用:

{
  computerName: 'string'
  extendedInfo: {
    lastRefreshedAt: 'string'
    oldestRecoveryPoint: 'string'
    recoveryPointCount: int
  }
  friendlyName: 'string'
  isScheduledForDeferredDelete: bool
  lastBackupStatus: 'string'
  protectedItemType: 'MabFileFolderProtectedItem'
  protectionState: 'string'
}

針對 Microsoft.Sql/servers/databases,請使用:

{
  extendedInfo: {
    oldestRecoveryPoint: 'string'
    policyState: 'string'
    recoveryPointCount: int
  }
  protectedItemDataId: 'string'
  protectedItemType: 'Microsoft.Sql/servers/databases'
  protectionState: 'string'
}

屬性值

AzureIaaSClassicComputeVMProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此備份專案所表示之 VM 的易記名稱。 字串
lastBackupStatus 上次備份作業狀態。 可能的值為:狀況良好或狀況不良。 字串
lastBackupTime 此備份專案上一次備份作業的時間戳。 字串
protectedItemType 備份項目類型。 'Microsoft.ClassicCompute/virtualMachines' (必要)
protectionState 此備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 此備份項目的備份狀態。 字串
virtualMachineId 這個專案所代表之虛擬機的完整 Resource Manager 識別符。 字串

AzureIaaSComputeVMProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此備份專案所表示之 VM 的易記名稱。 字串
lastBackupStatus 上次備份作業狀態。 可能的值為:狀況良好或狀況不良。 字串
lastBackupTime 此備份專案上一次備份作業的時間戳。 字串
protectedItemType 備份項目類型。 'Microsoft.Compute/virtualMachines' (必要)
protectionState 此備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 此備份項目的備份狀態。 字串
virtualMachineId 這個專案所代表之虛擬機的完整 Resource Manager 識別符。 字串

AzureIaaSVMProtectedItemExtendedInfo

名字 描述 價值
oldestRecoveryPoint 此備份專案可用的最舊備份複本。 字串
policyInconsistent 指定與備份項目相關聯的備份原則是否不一致。 bool
recoveryPointCount 此備份專案可用的備份複本數目。 int

AzureSqlProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureSqlProtectedItemExtendedInfo
protectedItemDataId 備份項目的內部標識碼。 Azure SQL 備份引擎會使用內部標識碼來連絡復原服務。 字串
protectedItemType 備份項目類型。 'Microsoft.Sql/servers/databases' (必要)
protectionState 備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

AzureSqlProtectedItemExtendedInfo

名字 描述 價值
oldestRecoveryPoint 服務中此專案可用的最舊備份複本。 字串
policyState 與此備份項目相關聯的備份原則狀態。 字串
recoveryPointCount 此備份專案的可用備份複本數目。 int

MabFileFolderProtectedItem

名字 描述 價值
computerName 與此備份項目相關聯的計算機名稱。 字串
extendedInfo 此備份專案的其他資訊。 MabFileFolderProtectedItemExtendedInfo
friendlyName 這個備份專案的易記名稱。 字串
isScheduledForDeferredDelete bool
lastBackupStatus 上次備份作業的狀態。 字串
protectedItemType 備份項目類型。 'MabFileFolderProtectedItem' (必要)
protectionState 此屬性的狀態為:Protected、ProtectionStopped、IRPending 或 ProtectionError。 字串

MabFileFolderProtectedItemExtendedInfo

名字 描述 價值
lastRefreshedAt 代理程式與服務同步的最後一天和時間。 字串
oldestRecoveryPoint 可用的最舊備份複本。 字串
recoveryPointCount 與備份項目相關聯的備份複本數目。 int

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems

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

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱:vaults/backupFabrics/protectionContainers
性能 備份專案的基類。 ProtectedItem
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤

ProtectedItem

名字 描述 價值
backupManagementType 與備份項目相關聯的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'DPM'
'Invalid'
'MAB'
lastRecoveryPoint 為此備份專案建立最新備份複本時的時間戳。 字串
policyId 與此備份項目相關聯的備份原則標識碼。 字串
protectedItemType 針對 azureIaaSClassicComputeVMProtectedItem類型 ,設定為 'Microsoft.ClassicCompute/virtualMachines'。 針對 azureIaaSComputeVMProtectedItem類型 ,設定為 'Microsoft.Compute/virtualMachines'。 針對 mabFileFolderProtectedItem 類型設定為 'MabFileFolderProtectedItem',。 針對 azureSqlProtectedItem類型 ,設定為 'Microsoft.Sql/servers/databases'。 'MabFileFolderProtectedItem'
'Microsoft.ClassicCompute/virtualMachines'
'Microsoft.Compute/virtualMachines'
'Microsoft.Sql/servers/databases' (必要)
sourceResourceId 要備份之資源的標識碼。 字串
workloadType 此專案的工作負載類型。 'AzureSqlDb'
'DPMUnknown'
'Exchange'
'FileFolder'
'Invalid'
'Sharepoint'
'SQLDB'
'VM'

ResourceTags

名字 描述 價值

快速入門範例

下列快速入門範例會部署此資源類型。

Bicep 檔案 描述
Azure 虛擬機中工作負載的 Azure 備份 此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM
使用復原服務備份現有的檔案共用 (每日) 此範本會設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務備份現有的檔案共用 (每小時) 此範本會以每小時頻率設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務 備份現有的 IaasVM 此範本將使用現有的復原服務保存庫和現有的備份原則,並設定多個傳統和 ARM 型 Azure IaasVM 的保護。
使用復原服務保存庫 備份 Resource Manager VM 此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個屬於相同資源群組的 Resource Manager VM 備份
部署 Windows VM 並使用 Azure 備份 啟用備份 此範本可讓您部署使用DefaultPolicy for Protection 設定的 Windows VM 和復原服務保存庫。

ARM 樣本資源定義

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

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

資源格式

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

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems",
  "apiVersion": "2016-06-01",
  "name": "string",
  "eTag": "string",
  "location": "string",
  "properties": {
    "backupManagementType": "string",
    "lastRecoveryPoint": "string",
    "policyId": "string",
    "sourceResourceId": "string",
    "workloadType": "string",
    "protectedItemType": "string"
    // For remaining properties, see ProtectedItem objects
  },
  "tags": {
    "{customized property}": "string"
  }
}

ProtectedItem 物件

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

針對 Microsoft.ClassicCompute/virtualMachines,請使用:

{
  "extendedInfo": {
    "oldestRecoveryPoint": "string",
    "policyInconsistent": "bool",
    "recoveryPointCount": "int"
  },
  "friendlyName": "string",
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "protectedItemType": "Microsoft.ClassicCompute/virtualMachines",
  "protectionState": "string",
  "protectionStatus": "string",
  "virtualMachineId": "string"
}

針對 Microsoft.Compute/virtualMachines,請使用:

{
  "extendedInfo": {
    "oldestRecoveryPoint": "string",
    "policyInconsistent": "bool",
    "recoveryPointCount": "int"
  },
  "friendlyName": "string",
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "protectedItemType": "Microsoft.Compute/virtualMachines",
  "protectionState": "string",
  "protectionStatus": "string",
  "virtualMachineId": "string"
}

針對 MabFileFolderProtectedItem,請使用:

{
  "computerName": "string",
  "extendedInfo": {
    "lastRefreshedAt": "string",
    "oldestRecoveryPoint": "string",
    "recoveryPointCount": "int"
  },
  "friendlyName": "string",
  "isScheduledForDeferredDelete": "bool",
  "lastBackupStatus": "string",
  "protectedItemType": "MabFileFolderProtectedItem",
  "protectionState": "string"
}

針對 Microsoft.Sql/servers/databases,請使用:

{
  "extendedInfo": {
    "oldestRecoveryPoint": "string",
    "policyState": "string",
    "recoveryPointCount": "int"
  },
  "protectedItemDataId": "string",
  "protectedItemType": "Microsoft.Sql/servers/databases",
  "protectionState": "string"
}

屬性值

AzureIaaSClassicComputeVMProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此備份專案所表示之 VM 的易記名稱。 字串
lastBackupStatus 上次備份作業狀態。 可能的值為:狀況良好或狀況不良。 字串
lastBackupTime 此備份專案上一次備份作業的時間戳。 字串
protectedItemType 備份項目類型。 'Microsoft.ClassicCompute/virtualMachines' (必要)
protectionState 此備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 此備份項目的備份狀態。 字串
virtualMachineId 這個專案所代表之虛擬機的完整 Resource Manager 識別符。 字串

AzureIaaSComputeVMProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此備份專案所表示之 VM 的易記名稱。 字串
lastBackupStatus 上次備份作業狀態。 可能的值為:狀況良好或狀況不良。 字串
lastBackupTime 此備份專案上一次備份作業的時間戳。 字串
protectedItemType 備份項目類型。 'Microsoft.Compute/virtualMachines' (必要)
protectionState 此備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 此備份項目的備份狀態。 字串
virtualMachineId 這個專案所代表之虛擬機的完整 Resource Manager 識別符。 字串

AzureIaaSVMProtectedItemExtendedInfo

名字 描述 價值
oldestRecoveryPoint 此備份專案可用的最舊備份複本。 字串
policyInconsistent 指定與備份項目相關聯的備份原則是否不一致。 bool
recoveryPointCount 此備份專案可用的備份複本數目。 int

AzureSqlProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureSqlProtectedItemExtendedInfo
protectedItemDataId 備份項目的內部標識碼。 Azure SQL 備份引擎會使用內部標識碼來連絡復原服務。 字串
protectedItemType 備份項目類型。 'Microsoft.Sql/servers/databases' (必要)
protectionState 備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

AzureSqlProtectedItemExtendedInfo

名字 描述 價值
oldestRecoveryPoint 服務中此專案可用的最舊備份複本。 字串
policyState 與此備份項目相關聯的備份原則狀態。 字串
recoveryPointCount 此備份專案的可用備份複本數目。 int

MabFileFolderProtectedItem

名字 描述 價值
computerName 與此備份項目相關聯的計算機名稱。 字串
extendedInfo 此備份專案的其他資訊。 MabFileFolderProtectedItemExtendedInfo
friendlyName 這個備份專案的易記名稱。 字串
isScheduledForDeferredDelete bool
lastBackupStatus 上次備份作業的狀態。 字串
protectedItemType 備份項目類型。 'MabFileFolderProtectedItem' (必要)
protectionState 此屬性的狀態為:Protected、ProtectionStopped、IRPending 或 ProtectionError。 字串

MabFileFolderProtectedItemExtendedInfo

名字 描述 價值
lastRefreshedAt 代理程式與服務同步的最後一天和時間。 字串
oldestRecoveryPoint 可用的最舊備份複本。 字串
recoveryPointCount 與備份項目相關聯的備份複本數目。 int

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems

名字 描述 價值
apiVersion API 版本 '2016-06-01'
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
性能 備份專案的基類。 ProtectedItem
標籤 資源標籤 標記名稱和值的字典。 請參閱範本中的 標籤
類型 資源類型 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems'

ProtectedItem

名字 描述 價值
backupManagementType 與備份項目相關聯的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'DPM'
'Invalid'
'MAB'
lastRecoveryPoint 為此備份專案建立最新備份複本時的時間戳。 字串
policyId 與此備份項目相關聯的備份原則標識碼。 字串
protectedItemType 針對 azureIaaSClassicComputeVMProtectedItem類型 ,設定為 'Microsoft.ClassicCompute/virtualMachines'。 針對 azureIaaSComputeVMProtectedItem類型 ,設定為 'Microsoft.Compute/virtualMachines'。 針對 mabFileFolderProtectedItem 類型設定為 'MabFileFolderProtectedItem',。 針對 azureSqlProtectedItem類型 ,設定為 'Microsoft.Sql/servers/databases'。 'MabFileFolderProtectedItem'
'Microsoft.ClassicCompute/virtualMachines'
'Microsoft.Compute/virtualMachines'
'Microsoft.Sql/servers/databases' (必要)
sourceResourceId 要備份之資源的標識碼。 字串
workloadType 此專案的工作負載類型。 'AzureSqlDb'
'DPMUnknown'
'Exchange'
'FileFolder'
'Invalid'
'Sharepoint'
'SQLDB'
'VM'

ResourceTags

名字 描述 價值

快速入門範本

下列快速入門範本會部署此資源類型。

範本 描述
Azure 虛擬機中工作負載的 Azure 備份

部署至 Azure
此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM
使用復原服務備份現有的檔案共用 (每日)

部署至 Azure
此範本會設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務備份現有的檔案共用 (每小時)

部署至 Azure
此範本會以每小時頻率設定現有記憶體帳戶中現有檔案共享的保護。 它會根據 set 參數值,建立新的 或使用現有的復原服務保存庫和備份原則。
使用復原服務 備份現有的 IaasVM

部署至 Azure
此範本將使用現有的復原服務保存庫和現有的備份原則,並設定多個傳統和 ARM 型 Azure IaasVM 的保護。
使用復原服務保存庫 備份 Resource Manager VM

部署至 Azure
此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個屬於相同資源群組的 Resource Manager VM 備份
部署 Windows VM 並使用 Azure 備份 啟用備份

部署至 Azure
此範本可讓您部署使用DefaultPolicy for Protection 設定的 Windows VM 和復原服務保存庫。
IBM Cloud Pak for Data on Azure

部署至 Azure
此範本會在 Azure 上部署 Openshift 叢集,其中包含所有必要的資源、基礎結構,然後部署 IBM Cloud Pak for Data,以及使用者選擇的附加元件。
Openshift 容器平臺 4.3

部署至 Azure
Openshift 容器平臺 4.3

Terraform (AzAPI 提供者) 資源定義

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

  • 資源群組

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

資源格式

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

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01"
  name = "string"
  eTag = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      lastRecoveryPoint = "string"
      policyId = "string"
      sourceResourceId = "string"
      workloadType = "string"
      protectedItemType = "string"
      // For remaining properties, see ProtectedItem objects
    }
  })
}

ProtectedItem 物件

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

針對 Microsoft.ClassicCompute/virtualMachines,請使用:

{
  extendedInfo = {
    oldestRecoveryPoint = "string"
    policyInconsistent = bool
    recoveryPointCount = int
  }
  friendlyName = "string"
  lastBackupStatus = "string"
  lastBackupTime = "string"
  protectedItemType = "Microsoft.ClassicCompute/virtualMachines"
  protectionState = "string"
  protectionStatus = "string"
  virtualMachineId = "string"
}

針對 Microsoft.Compute/virtualMachines,請使用:

{
  extendedInfo = {
    oldestRecoveryPoint = "string"
    policyInconsistent = bool
    recoveryPointCount = int
  }
  friendlyName = "string"
  lastBackupStatus = "string"
  lastBackupTime = "string"
  protectedItemType = "Microsoft.Compute/virtualMachines"
  protectionState = "string"
  protectionStatus = "string"
  virtualMachineId = "string"
}

針對 MabFileFolderProtectedItem,請使用:

{
  computerName = "string"
  extendedInfo = {
    lastRefreshedAt = "string"
    oldestRecoveryPoint = "string"
    recoveryPointCount = int
  }
  friendlyName = "string"
  isScheduledForDeferredDelete = bool
  lastBackupStatus = "string"
  protectedItemType = "MabFileFolderProtectedItem"
  protectionState = "string"
}

針對 Microsoft.Sql/servers/databases,請使用:

{
  extendedInfo = {
    oldestRecoveryPoint = "string"
    policyState = "string"
    recoveryPointCount = int
  }
  protectedItemDataId = "string"
  protectedItemType = "Microsoft.Sql/servers/databases"
  protectionState = "string"
}

屬性值

AzureIaaSClassicComputeVMProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此備份專案所表示之 VM 的易記名稱。 字串
lastBackupStatus 上次備份作業狀態。 可能的值為:狀況良好或狀況不良。 字串
lastBackupTime 此備份專案上一次備份作業的時間戳。 字串
protectedItemType 備份項目類型。 'Microsoft.ClassicCompute/virtualMachines' (必要)
protectionState 此備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 此備份項目的備份狀態。 字串
virtualMachineId 這個專案所代表之虛擬機的完整 Resource Manager 識別符。 字串

AzureIaaSComputeVMProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此備份專案所表示之 VM 的易記名稱。 字串
lastBackupStatus 上次備份作業狀態。 可能的值為:狀況良好或狀況不良。 字串
lastBackupTime 此備份專案上一次備份作業的時間戳。 字串
protectedItemType 備份項目類型。 'Microsoft.Compute/virtualMachines' (必要)
protectionState 此備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 此備份項目的備份狀態。 字串
virtualMachineId 這個專案所代表之虛擬機的完整 Resource Manager 識別符。 字串

AzureIaaSVMProtectedItemExtendedInfo

名字 描述 價值
oldestRecoveryPoint 此備份專案可用的最舊備份複本。 字串
policyInconsistent 指定與備份項目相關聯的備份原則是否不一致。 bool
recoveryPointCount 此備份專案可用的備份複本數目。 int

AzureSqlProtectedItem

名字 描述 價值
extendedInfo 此備份專案的其他資訊。 AzureSqlProtectedItemExtendedInfo
protectedItemDataId 備份項目的內部標識碼。 Azure SQL 備份引擎會使用內部標識碼來連絡復原服務。 字串
protectedItemType 備份項目類型。 'Microsoft.Sql/servers/databases' (必要)
protectionState 備份項目的備份狀態。 'Invalid'
'IRPending'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

AzureSqlProtectedItemExtendedInfo

名字 描述 價值
oldestRecoveryPoint 服務中此專案可用的最舊備份複本。 字串
policyState 與此備份項目相關聯的備份原則狀態。 字串
recoveryPointCount 此備份專案的可用備份複本數目。 int

MabFileFolderProtectedItem

名字 描述 價值
computerName 與此備份項目相關聯的計算機名稱。 字串
extendedInfo 此備份專案的其他資訊。 MabFileFolderProtectedItemExtendedInfo
friendlyName 這個備份專案的易記名稱。 字串
isScheduledForDeferredDelete bool
lastBackupStatus 上次備份作業的狀態。 字串
protectedItemType 備份項目類型。 'MabFileFolderProtectedItem' (必要)
protectionState 此屬性的狀態為:Protected、ProtectionStopped、IRPending 或 ProtectionError。 字串

MabFileFolderProtectedItemExtendedInfo

名字 描述 價值
lastRefreshedAt 代理程式與服務同步的最後一天和時間。 字串
oldestRecoveryPoint 可用的最舊備份複本。 字串
recoveryPointCount 與備份項目相關聯的備份複本數目。 int

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems

名字 描述 價值
eTag 選擇性 ETag。 字串
位置 資源位置。 字串
名字 資源名稱 字串 (必要)
parent_id 此資源為父系之資源的標識碼。 類型資源的標識碼:vaults/backupFabrics/protectionContainers
性能 備份專案的基類。 ProtectedItem
標籤 資源標籤 標記名稱和值的字典。
類型 資源類型 “Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01”

ProtectedItem

名字 描述 價值
backupManagementType 與備份項目相關聯的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'DPM'
'Invalid'
'MAB'
lastRecoveryPoint 為此備份專案建立最新備份複本時的時間戳。 字串
policyId 與此備份項目相關聯的備份原則標識碼。 字串
protectedItemType 針對 azureIaaSClassicComputeVMProtectedItem類型 ,設定為 'Microsoft.ClassicCompute/virtualMachines'。 針對 azureIaaSComputeVMProtectedItem類型 ,設定為 'Microsoft.Compute/virtualMachines'。 針對 mabFileFolderProtectedItem 類型設定為 'MabFileFolderProtectedItem',。 針對 azureSqlProtectedItem類型 ,設定為 'Microsoft.Sql/servers/databases'。 'MabFileFolderProtectedItem'
'Microsoft.ClassicCompute/virtualMachines'
'Microsoft.Compute/virtualMachines'
'Microsoft.Sql/servers/databases' (必要)
sourceResourceId 要備份之資源的標識碼。 字串
workloadType 此專案的工作負載類型。 'AzureSqlDb'
'DPMUnknown'
'Exchange'
'FileFolder'
'Invalid'
'Sharepoint'
'SQLDB'
'VM'

ResourceTags

名字 描述 價值