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

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

Bicep 资源定义

可以使用目标操作部署 vaults/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 由此项表示的虚拟机的完全限定资源管理器 ID。 字符串

AzureIaaSComputeVMProtectedItem

名字 描述 价值
extendedInfo 此备份项的其他信息。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此备份项表示的 VM 的友好名称。 字符串
lastBackupStatus 上次备份操作状态。 可能的值为:“正常”或“不正常”。 字符串
lastBackupTime 此备份项的最后一次备份操作的时间戳。 字符串
protectedItemType 备份项类型。 “Microsoft.Compute/virtualMachines”(必需)
protectionState 此备份项的备份状态。 “Invalid”
“IRPending”
“Protected”
“ProtectionError”
“ProtectionPaused”
“ProtectionStopped”
protectionStatus 此备份项的备份状态。 字符串
virtualMachineId 由此项表示的虚拟机的完全限定资源管理器 ID。 字符串

AzureIaaSVMProtectedItemExtendedInfo

名字 描述 价值
oldestRecoveryPoint 此备份项可用的最早备份副本。 字符串
policyInconsistent 指定与备份项关联的备份策略是否不一致。 bool
recoveryPointCount 此备份项可用的备份副本数。 int

AzureSqlProtectedItem

名字 描述 价值
extendedInfo 此备份项的其他信息。 AzureSqlProtectedItemExtendedInfo
protectedItemDataId 备份项的内部 ID。 Azure SQL 备份引擎使用内部 ID 联系恢复服务。 字符串
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。 字符串
位置 资源位置。 字符串
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

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

ProtectedItem

名字 描述 价值
backupManagementType 与备份项关联的备份管理类型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“DPM”
“Invalid”
“MAB”
lastRecoveryPoint 为此备份项创建最新备份副本时的时间戳。 字符串
policyId 与此备份项关联的备份策略的 ID。 字符串
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 要备份的资源的 ID。 字符串
workloadType 此项的工作负荷类型。 “AzureSqlDb”
“DPMUnknown”
“Exchange”
“FileFolder”
“Invalid”
“Sharepoint”
“SQLDB”
“VM”

ResourceTags

名字 描述 价值

快速入门示例

以下快速入门示例部署此资源类型。

Bicep 文件 描述
Azure 虚拟机中工作负荷的 Azure 备份 此模板创建恢复服务保管库和特定于工作负荷的备份策略。 将 VM 注册到备份服务和配置保护
使用恢复服务(每日) 备份现有文件共享 此模板为现有存储帐户中存在的现有文件共享配置保护。 它基于设置参数值创建新的或使用现有的恢复服务保管库和备份策略。
使用恢复服务(每小时) 备份现有文件共享 此模板为现有存储帐户中存在的现有文件共享配置每小时保护。 它基于设置参数值创建新的或使用现有的恢复服务保管库和备份策略。
使用恢复服务 备份现有 IaasVM 此模板将使用现有的恢复服务保管库和现有备份策略,并配置对多个基于 ARM 的经典和基于 ARM 的 Azure IaasVM 的保护。
使用恢复服务保管库 备份资源管理器 VM 此模板将使用现有的恢复服务保管库和现有备份策略,并配置属于同一资源组的多个资源管理器 VM 的备份
部署 Windows VM 并使用 Azure 备份 启用备份 使用此模板,可以部署使用 DefaultPolicy 进行保护配置的 Windows VM 和恢复服务保管库。

ARM 模板资源定义

可以使用目标操作部署 vaults/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 由此项表示的虚拟机的完全限定资源管理器 ID。 字符串

AzureIaaSComputeVMProtectedItem

名字 描述 价值
extendedInfo 此备份项的其他信息。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此备份项表示的 VM 的友好名称。 字符串
lastBackupStatus 上次备份操作状态。 可能的值为:“正常”或“不正常”。 字符串
lastBackupTime 此备份项的最后一次备份操作的时间戳。 字符串
protectedItemType 备份项类型。 “Microsoft.Compute/virtualMachines”(必需)
protectionState 此备份项的备份状态。 “Invalid”
“IRPending”
“Protected”
“ProtectionError”
“ProtectionPaused”
“ProtectionStopped”
protectionStatus 此备份项的备份状态。 字符串
virtualMachineId 由此项表示的虚拟机的完全限定资源管理器 ID。 字符串

AzureIaaSVMProtectedItemExtendedInfo

名字 描述 价值
oldestRecoveryPoint 此备份项可用的最早备份副本。 字符串
policyInconsistent 指定与备份项关联的备份策略是否不一致。 bool
recoveryPointCount 此备份项可用的备份副本数。 int

AzureSqlProtectedItem

名字 描述 价值
extendedInfo 此备份项的其他信息。 AzureSqlProtectedItemExtendedInfo
protectedItemDataId 备份项的内部 ID。 Azure SQL 备份引擎使用内部 ID 联系恢复服务。 字符串
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。 字符串
位置 资源位置。 字符串
名字 资源名称 string (必需)
性能 备份项的基类。 ProtectedItem
标签 资源标记 标记名称和值的字典。 请参阅模板 中的 标记
类型 资源类型 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems'

ProtectedItem

名字 描述 价值
backupManagementType 与备份项关联的备份管理类型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“DPM”
“Invalid”
“MAB”
lastRecoveryPoint 为此备份项创建最新备份副本时的时间戳。 字符串
policyId 与此备份项关联的备份策略的 ID。 字符串
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 要备份的资源的 ID。 字符串
workloadType 此项的工作负荷类型。 “AzureSqlDb”
“DPMUnknown”
“Exchange”
“FileFolder”
“Invalid”
“Sharepoint”
“SQLDB”
“VM”

ResourceTags

名字 描述 价值

快速入门模板

以下快速入门模板部署此资源类型。

模板 描述
Azure 虚拟机中工作负荷的 Azure 备份

部署到 Azure
此模板创建恢复服务保管库和特定于工作负荷的备份策略。 将 VM 注册到备份服务和配置保护
使用恢复服务(每日) 备份现有文件共享

部署到 Azure
此模板为现有存储帐户中存在的现有文件共享配置保护。 它基于设置参数值创建新的或使用现有的恢复服务保管库和备份策略。
使用恢复服务(每小时) 备份现有文件共享

部署到 Azure
此模板为现有存储帐户中存在的现有文件共享配置每小时保护。 它基于设置参数值创建新的或使用现有的恢复服务保管库和备份策略。
使用恢复服务 备份现有 IaasVM

部署到 Azure
此模板将使用现有的恢复服务保管库和现有备份策略,并配置对多个基于 ARM 的经典和基于 ARM 的 Azure IaasVM 的保护。
使用恢复服务保管库 备份资源管理器 VM

部署到 Azure
此模板将使用现有的恢复服务保管库和现有备份策略,并配置属于同一资源组的多个资源管理器 VM 的备份
部署 Windows VM 并使用 Azure 备份 启用备份

部署到 Azure
使用此模板,可以部署使用 DefaultPolicy 进行保护配置的 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 提供程序)资源定义

可以使用目标操作部署 vaults/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 由此项表示的虚拟机的完全限定资源管理器 ID。 字符串

AzureIaaSComputeVMProtectedItem

名字 描述 价值
extendedInfo 此备份项的其他信息。 AzureIaaSVMProtectedItemExtendedInfo
friendlyName 此备份项表示的 VM 的友好名称。 字符串
lastBackupStatus 上次备份操作状态。 可能的值为:“正常”或“不正常”。 字符串
lastBackupTime 此备份项的最后一次备份操作的时间戳。 字符串
protectedItemType 备份项类型。 “Microsoft.Compute/virtualMachines”(必需)
protectionState 此备份项的备份状态。 “Invalid”
“IRPending”
“Protected”
“ProtectionError”
“ProtectionPaused”
“ProtectionStopped”
protectionStatus 此备份项的备份状态。 字符串
virtualMachineId 由此项表示的虚拟机的完全限定资源管理器 ID。 字符串

AzureIaaSVMProtectedItemExtendedInfo

名字 描述 价值
oldestRecoveryPoint 此备份项可用的最早备份副本。 字符串
policyInconsistent 指定与备份项关联的备份策略是否不一致。 bool
recoveryPointCount 此备份项可用的备份副本数。 int

AzureSqlProtectedItem

名字 描述 价值
extendedInfo 此备份项的其他信息。 AzureSqlProtectedItemExtendedInfo
protectedItemDataId 备份项的内部 ID。 Azure SQL 备份引擎使用内部 ID 联系恢复服务。 字符串
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。 字符串
位置 资源位置。 字符串
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:vaults/backupFabrics/protectionContainers
性能 备份项的基类。 ProtectedItem
标签 资源标记 标记名称和值的字典。
类型 资源类型 “Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01”

ProtectedItem

名字 描述 价值
backupManagementType 与备份项关联的备份管理类型。 “AzureBackupServer”
“AzureIaasVM”
“AzureSql”
“DPM”
“Invalid”
“MAB”
lastRecoveryPoint 为此备份项创建最新备份副本时的时间戳。 字符串
policyId 与此备份项关联的备份策略的 ID。 字符串
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 要备份的资源的 ID。 字符串
workloadType 此项的工作负荷类型。 “AzureSqlDb”
“DPMUnknown”
“Exchange”
“FileFolder”
“Invalid”
“Sharepoint”
“SQLDB”
“VM”

ResourceTags

名字 描述 价值