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' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  eTag: 'string'
  properties: {
    backupManagementType: 'string'
    lastRecoveryPoint: 'string'
    policyId: 'string'
    sourceResourceId: 'string'
    workloadType: 'string'
    protectedItemType: 'string'
    // For remaining properties, see ProtectedItem objects
  }
}

ProtectedItem 物件

設定 protectedItemType 屬性以指定物件的類型。

針對 MabFileFolderProtectedItem,請使用:

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

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

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

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

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

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

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

屬性值

vaults/backupFabrics/protectionContainers/protectedI...

名稱 描述
NAME 資源名稱

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

如需詳細資訊,請參閱 父資源外部的子資源
類型資源的符號名稱: protectionContainers
etag 選擇性 ETag。 string
properties 備份專案的基類。 ProtectedItem

ProtectedItem

名稱 描述
backupManagementType 與備份專案相關聯的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'DPM'
'Invalid'
'MAB'
lastRecoveryPoint 為這個備份專案建立最近備份副本時的時間戳記。 string
policyId 與此備份專案相關聯的備份原則識別碼。 string
sourceResourceId 要備份之資源的識別碼。 字串
workloadType 這個專案的工作負載類型。 'AzureSqlDb'
'DPMUnknown'
'Exchange'
'FileFolder'
'Invalid'
'SQLDB'
'Sharepoint'
'VM'
protectedItemType 設定物件類型 MabFileFolderProtectedItem
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
Microsoft.Sql/servers/databases (必要)

MabFileFolderProtectedItem

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

MabFileFolderProtectedItemExtendedInfo

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

AzureIaaSClassicComputeVMProtectedItem

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

AzureIaaSVMProtectedItemExtendedInfo

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

AzureIaaSComputeVMProtectedItem

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

AzureSqlProtectedItem

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

AzureSqlProtectedItemExtendedInfo

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

快速入門範本

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

[範本] 描述
適用于 Azure 上的 IBM Cloud Pipeline for Data

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

部署至 Azure
Openshift 容器平臺 4.3
使用復原服務備份現有的 IaasVM

部署至 Azure
此範本將使用現有的復原服務保存庫和現有的備份原則,並設定多個傳統和 ARM 型 Azure IaasVM 的保護。
使用復原服務 (每日備份現有檔案共用)

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

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

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

部署至 Azure
此範本可讓您部署使用 DefaultPolicy for Protection 設定的 Windows VM 和復原服務保存庫。
Azure 虛擬機器中工作負載的Azure 備份

部署至 Azure
此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 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",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "properties": {
    "backupManagementType": "string",
    "lastRecoveryPoint": "string",
    "policyId": "string",
    "sourceResourceId": "string",
    "workloadType": "string",
    "protectedItemType": "string"
    // For remaining properties, see ProtectedItem objects
  }
}

ProtectedItem 物件

設定 protectedItemType 屬性以指定物件的類型。

針對 MabFileFolderProtectedItem,請使用:

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

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

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

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

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

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

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

屬性值

vaults/backupFabrics/protectionContainers/protectedI...

名稱 描述
類型 資源類型 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems'
apiVersion 資源 API 版本 '2016-06-01'
NAME 資源名稱

瞭解如何在 JSON ARM 範本中設定子資源的名稱和類型。
需要字串 ()
location 資源位置。 字串
tags 資源標籤。 標記名稱和值的字典。 請參閱 範本中的標籤
etag 選擇性 ETag。 字串
properties 備份專案的基類。 ProtectedItem

ProtectedItem

名稱 描述
backupManagementType 與備份專案相關聯的備份管理類型。 'AzureBackupServer'
'AzureIaasVM'
'AzureSql'
'DPM'
'Invalid'
'MAB'
lastRecoveryPoint 為這個備份專案建立最近備份副本時的時間戳記。 字串
policyId 與此備份專案相關聯的備份原則識別碼。 字串
sourceResourceId 要備份之資源的識別碼。 string
workloadType 這個專案的工作負載類型。 'AzureSqlDb'
'DPMUnknown'
'Exchange'
'FileFolder'
'Invalid'
'SQLDB'
'Sharepoint'
'VM'
protectedItemType 設定物件類型 MabFileFolderProtectedItem
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
需要 Microsoft.Sql/servers/databases ()

MabFileFolderProtectedItem

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

MabFileFolderProtectedItemExtendedInfo

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

AzureIaaSClassicComputeVMProtectedItem

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

AzureIaaSVMProtectedItemExtendedInfo

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

AzureIaaSComputeVMProtectedItem

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

AzureSqlProtectedItem

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

AzureSqlProtectedItemExtendedInfo

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

快速入門範本

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

[範本] 描述
適用于 Azure 上的 IBM Cloud Tools for Data

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

部署至 Azure
Openshift 容器平臺 4.3
使用復原服務備份現有的 IaasVM

部署至 Azure
此範本會使用現有的復原服務保存庫和現有的備份原則,並設定多個傳統和 ARM 型 Azure IaasVM 的保護。
使用復原服務 (每日備份現有的檔案共用)

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

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

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

部署至 Azure
此範本可讓您部署使用 DefaultPolicy for Protection 設定的 Windows VM 和復原服務保存庫。
Azure 虛擬機器中工作負載的Azure 備份

部署至 Azure
此範本會建立復原服務保存庫和工作負載特定的備份原則。 向備份服務和設定保護註冊 VM

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"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      backupManagementType = "string"
      lastRecoveryPoint = "string"
      policyId = "string"
      sourceResourceId = "string"
      workloadType = "string"
      protectedItemType = "string"
      // For remaining properties, see ProtectedItem objects
    }
    eTag = "string"
  })
}

ProtectedItem 物件

設定 protectedItemType 屬性以指定物件的類型。

針對 MabFileFolderProtectedItem,請使用:

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

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

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

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

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

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

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

屬性值

vaults/backupFabrics/protectionContainers/protectedI...

名稱 描述
類型 資源類型 「Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2016-06-01」
NAME 資源名稱 需要字串 ()
location 資源位置。 字串
parent_id 此資源父系之資源的識別碼。 類型資源的識別碼: protectionContainers
tags 資源標籤。 標記名稱和值的字典。
etag 選擇性 ETag。 string
properties 備份專案的基類。 ProtectedItem

ProtectedItem

名稱 描述
backupManagementType 與備份專案相關聯的備份管理類型。 「AzureBackupServer」
「AzureIaasVM」
「AzureSql」
「DPM」
「Invalid」
「MAB」
lastRecoveryPoint 為這個備份專案建立最近備份副本時的時間戳記。 字串
policyId 與此備份專案相關聯的備份原則識別碼。 字串
sourceResourceId 要備份之資源的識別碼。 字串
workloadType 這個專案的工作負載類型。 「AzureSqlDb」
「DPMUnknown」
「Exchange」
「FileFolder」
「Invalid」
「SQLDB」
"Sharepoint"
「VM」
protectedItemType 設定物件類型 MabFileFolderProtectedItem
Microsoft.ClassicCompute/virtualMachines
Microsoft.Compute/virtualMachines
需要 Microsoft.Sql/servers/databases ()

MabFileFolderProtectedItem

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

MabFileFolderProtectedItemExtendedInfo

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

AzureIaaSClassicComputeVMProtectedItem

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

AzureIaaSVMProtectedItemExtendedInfo

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

AzureIaaSComputeVMProtectedItem

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

AzureSqlProtectedItem

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

AzureSqlProtectedItemExtendedInfo

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