다음을 통해 공유


Microsoft.RecoveryServices 자격 증명 모음/backupFabrics/protectionContainers/protectedItems

Bicep 리소스 정의

자격 증명 모음/backupFabrics/protectionContainers/protectedItems 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2024-04-30-preview' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  parent: resourceSymbolicName
  eTag: 'string'
  properties: {
    backupSetName: 'string'
    containerName: 'string'
    createMode: 'string'
    deferredDeleteTimeInUTC: 'string'
    deferredDeleteTimeRemaining: 'string'
    isArchiveEnabled: bool
    isDeferredDeleteScheduleUpcoming: bool
    isRehydrate: bool
    isScheduledForDeferredDelete: bool
    lastRecoveryPoint: 'string'
    policyId: 'string'
    policyName: 'string'
    resourceGuardOperationRequests: [
      'string'
    ]
    softDeleteRetentionPeriodInDays: int
    sourceResourceId: 'string'
    protectedItemType: 'string'
    // For remaining properties, see ProtectedItem objects
  }
}

ProtectedItem 개체

protectedItemType 속성을 설정하여 개체 유형을 지정합니다.

AzureFileShareProtectedItem경우 다음을 사용합니다.

  protectedItemType: 'AzureFileShareProtectedItem'
  extendedInfo: {
    oldestRecoveryPoint: 'string'
    policyState: 'string'
    recoveryPointCount: int
  }
  friendlyName: 'string'
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  protectionState: 'string'
  protectionStatus: 'string'

AzureVmWorkloadSAPAseDatabase경우 다음을 사용합니다.

  protectedItemType: 'AzureVmWorkloadSAPAseDatabase'
  extendedInfo: {
    newestRecoveryPointInArchive: 'string'
    oldestRecoveryPoint: 'string'
    oldestRecoveryPointInArchive: 'string'
    oldestRecoveryPointInVault: 'string'
    policyState: 'string'
    recoveryModel: 'string'
    recoveryPointCount: int
  }
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  nodesList: [
    {
      errorDetail: {}
      nodeName: 'string'
      sourceResourceId: 'string'
      status: 'string'
    }
  ]
  parentName: 'string'
  parentType: 'string'
  protectedItemDataSourceId: 'string'
  protectedItemHealthStatus: 'string'
  protectionState: 'string'
  serverName: 'string'

AzureVmWorkloadSAPHanaDatabase경우 다음을 사용합니다.

  protectedItemType: 'AzureVmWorkloadSAPHanaDatabase'
  extendedInfo: {
    newestRecoveryPointInArchive: 'string'
    oldestRecoveryPoint: 'string'
    oldestRecoveryPointInArchive: 'string'
    oldestRecoveryPointInVault: 'string'
    policyState: 'string'
    recoveryModel: 'string'
    recoveryPointCount: int
  }
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  nodesList: [
    {
      errorDetail: {}
      nodeName: 'string'
      sourceResourceId: 'string'
      status: 'string'
    }
  ]
  parentName: 'string'
  parentType: 'string'
  protectedItemDataSourceId: 'string'
  protectedItemHealthStatus: 'string'
  protectionState: 'string'
  serverName: 'string'

AzureVmWorkloadSAPHanaDBInstance경우 다음을 사용합니다.

  protectedItemType: 'AzureVmWorkloadSAPHanaDBInstance'
  extendedInfo: {
    newestRecoveryPointInArchive: 'string'
    oldestRecoveryPoint: 'string'
    oldestRecoveryPointInArchive: 'string'
    oldestRecoveryPointInVault: 'string'
    policyState: 'string'
    recoveryModel: 'string'
    recoveryPointCount: int
  }
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  nodesList: [
    {
      errorDetail: {}
      nodeName: 'string'
      sourceResourceId: 'string'
      status: 'string'
    }
  ]
  parentName: 'string'
  parentType: 'string'
  protectedItemDataSourceId: 'string'
  protectedItemHealthStatus: 'string'
  protectionState: 'string'
  serverName: 'string'

AzureVmWorkloadSQLDatabase경우 다음을 사용합니다.

  protectedItemType: 'AzureVmWorkloadSQLDatabase'
  extendedInfo: {
    newestRecoveryPointInArchive: 'string'
    oldestRecoveryPoint: 'string'
    oldestRecoveryPointInArchive: 'string'
    oldestRecoveryPointInVault: 'string'
    policyState: 'string'
    recoveryModel: 'string'
    recoveryPointCount: int
  }
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: 'string'
  nodesList: [
    {
      errorDetail: {}
      nodeName: 'string'
      sourceResourceId: 'string'
      status: 'string'
    }
  ]
  parentName: 'string'
  parentType: 'string'
  protectedItemDataSourceId: 'string'
  protectedItemHealthStatus: 'string'
  protectionState: 'string'
  serverName: 'string'

DPMProtectedItem경우 다음을 사용합니다.

  protectedItemType: 'DPMProtectedItem'
  backupEngineName: 'string'
  extendedInfo: {
    diskStorageUsedInBytes: 'string'
    isCollocated: bool
    isPresentOnCloud: bool
    lastBackupStatus: 'string'
    lastRefreshedAt: 'string'
    oldestRecoveryPoint: 'string'
    onPremiseLatestRecoveryPoint: 'string'
    onPremiseOldestRecoveryPoint: 'string'
    onPremiseRecoveryPointCount: int
    protectableObjectLoadPath: {
      {customized property}: 'string'
    }
    protected: bool
    protectionGroupName: 'string'
    recoveryPointCount: int
    totalDiskStorageSizeInBytes: 'string'
  }
  friendlyName: 'string'
  protectionState: 'string'

GenericProtectedItem경우 다음을 사용합니다.

  protectedItemType: 'GenericProtectedItem'
  fabricName: 'string'
  friendlyName: 'string'
  policyState: 'string'
  protectedItemId: int
  protectionState: 'string'
  sourceAssociations: {
    {customized property}: 'string'
  }

MabFileFolderProtectedItem경우 다음을 사용합니다.

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

Microsoft.ClassicCompute/virtualMachines경우 다음을 사용합니다.

  protectedItemType: 'Microsoft.ClassicCompute/virtualMachines'
  extendedInfo: {
    newestRecoveryPointInArchive: 'string'
    oldestRecoveryPoint: 'string'
    oldestRecoveryPointInArchive: 'string'
    oldestRecoveryPointInVault: 'string'
    policyInconsistent: bool
    recoveryPointCount: int
  }
  extendedProperties: {
    diskExclusionProperties: {
      diskLunList: [
        int
      ]
      isInclusionList: bool
    }
    linuxVmApplicationName: 'string'
  }
  healthDetails: [
    {
    }
  ]
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupStatus: 'string'
  protectionState: 'string'
  protectionStatus: 'string'

Microsoft.Compute/virtualMachines경우 다음을 사용합니다.

  protectedItemType: 'Microsoft.Compute/virtualMachines'
  extendedInfo: {
    newestRecoveryPointInArchive: 'string'
    oldestRecoveryPoint: 'string'
    oldestRecoveryPointInArchive: 'string'
    oldestRecoveryPointInVault: 'string'
    policyInconsistent: bool
    recoveryPointCount: int
  }
  extendedProperties: {
    diskExclusionProperties: {
      diskLunList: [
        int
      ]
      isInclusionList: bool
    }
    linuxVmApplicationName: 'string'
  }
  healthDetails: [
    {
    }
  ]
  kpisHealths: {
    {customized property}: {
      resourceHealthDetails: [
        {
        }
      ]
      resourceHealthStatus: 'string'
    }
  }
  lastBackupStatus: 'string'
  protectionState: 'string'
  protectionStatus: '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...

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
위치 리소스 위치입니다. 문자열
태그 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: protectionContainers
eTag 선택적 ETag입니다. 문자열
속성 ProtectedItemResource 속성 ProtectedItem

ProtectedItem

이름 묘사
backupSetName 백업 항목이 속한 백업 집합의 이름 문자열
containerName 컨테이너의 고유 이름 문자열
createMode 기존 일시 삭제된 데이터 원본의 복구 또는 새 데이터 원본 생성을 나타내는 모드를 만듭니다. '기본값'
'Invalid'
'복구'
deferredDeleteTimeInUTC UTC에서 지연된 삭제 시간 문자열
deferredDeleteTimeRemaining 지연된 삭제로 표시된 DS가 영구적으로 삭제되기까지 남은 시간 문자열
isArchiveEnabled 데이터 원본이 보관에서 보호되는지 여부를 식별하는 플래그 bool
isDeferredDeleteScheduleUpcoming 지연된 삭제된 DS를 곧 제거할지 여부를 식별하는 플래그 bool
isRehydrate 지연된 삭제된 DS를 일시 중지 상태로 이동하는 것을 식별하는 플래그 bool
isScheduledForDeferredDelete DS가 지연된 삭제로 예약되었는지 여부를 식별하는 플래그 bool
lastRecoveryPoint 이 백업 항목에 대한 마지막(최신) 백업 복사본이 만들어진 타임스탬프입니다. 문자열
policyId 이 항목이 백업되는 백업 정책의 ID입니다. 문자열
policyName 보호에 사용되는 정책의 이름 문자열
resourceGuardOperationRequests LAC 검사를 수행할 ResourceGuardOperationRequests string[]
softDeleteRetentionPeriodInDays 일시 삭제 보존 기간(일) int
sourceResourceId 백업할 리소스의 ARM ID입니다. 문자열
protectedItemType 개체 유형 설정 AzureFileShareProtectedItem
AzureVmWorkloadSAPAseDatabase

AzureVmWorkloadSAPHanaDatabase

AzureVmWorkloadSAPHanaDBInstance

AzureVmWorkloadSQLDatabase

DPMProtectedItem
GenericProtectedItem
MabFileFolderProtectedItem

microsoft.ClassicCompute/virtualMachines

microsoft.Compute/virtualMachines

Microsoft.Sql/servers/databases
(필수)

AzureFileshareProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureFileShareProtectedItem'(필수)
extendedInfo 이 백업 항목의 추가 정보입니다. AzureFileshareProtectedItemExtendedInfo
friendlyName 이 백업 항목이 나타내는 파일 공유의 이름입니다. 문자열
kpisHealths 다양한 KPI의 상태 세부 정보 AzureFileshareProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureFileshareProtectedItemExtendedInfo

이름 묘사
oldestRecoveryPoint 서비스에서 이 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryPointCount 이 백업 항목과 연결된 사용 가능한 백업 복사본 수입니다. int

AzureFileshareProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

KPIResourceHealthDetails

이름 묘사
resourceHealthDetails 리소스 상태 ResourceHealthDetails[]
resourceHealthStatus 리소스 상태 '정상'
'Invalid'
'PersistentDegraded'
'PersistentUnhealthy'
'TransientDegraded'
'TransientUnhealthy'

ResourceHealthDetails

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

AzureVmWorkloadSAPAseDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPAseDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadProtectedItemExtendedInfo

이름 묘사
newestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 최신 백업 복사본 문자열
oldestRecoveryPoint 모든 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
oldestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
oldestRecoveryPointInVault 자격 증명 모음 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryModel 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryPointCount 이 백업 항목에 사용할 수 있는 백업 복사본 수입니다. int

AzureVmWorkloadProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

ErrorDetail

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

DistributedNodesInfo

이름 묘사
errorDetail 상태가 성공하지 못하면 오류 세부 정보입니다. ErrorDetail
nodeName 분산 컨테이너 아래의 노드 이름입니다. 문자열
sourceResourceId 노드의 ARM 리소스 ID 문자열
상태 이 노드의 상태입니다.
실패, 성공
문자열

AzureVmWorkloadSAPHanaDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPHanaDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadSAPHanaDBInstanceProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPHanaDBInstance'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadSQLDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSQLDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

DPMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'DPMProtectedItem'(필수)
backupEngineName 이 백업 항목을 보호하는 백업 관리 서버 문자열
extendedInfo 백업 항목의 확장 정보입니다. DPMProtectedItemExtendedInfo
friendlyName 관리되는 항목의 이름 문자열
protectionState 백업 엔진의 보호 상태 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

DPMProtectedItemExtendedInfo

이름 묘사
diskStorageUsedInBytes 사용된 디스크 스토리지(바이트)입니다. 문자열
isCollocated 백업 항목이 정렬되어 있는지 확인합니다. bool
isPresentOnCloud 백업 항목이 클라우드로 보호되는지 확인합니다. bool
lastBackupStatus 백업 항목에 대한 마지막 백업 상태 정보입니다. 문자열
lastRefreshedAt 백업 항목의 마지막 새로 고침 시간입니다. 문자열
oldestRecoveryPoint 가장 오래된 클라우드 복구 지점 시간입니다. 문자열
onPremiseLatestRecoveryPoint 최신 디스크 복구 지점 시간입니다. 문자열
onPremiseOldestRecoveryPoint 가장 오래된 디스크 복구 지점 시간입니다. 문자열
onPremiseRecoveryPointCount 디스크 복구 지점 수입니다. int
protectableObjectLoadPath 다양한 DB에 대한 정보를 제공하는 특성입니다. DPMProtectedItemExtendedInfoProtectableObjectLoadPat...
보호 백업 항목이 디스크로 보호되었는지 확인합니다. bool
protectionGroupName 백업 항목의 보호 그룹 이름입니다. 문자열
recoveryPointCount 클라우드 복구 지점 수입니다. int
totalDiskStorageSizeInBytes 총 디스크 스토리지(바이트)입니다. 문자열

DPMProtectedItemExtendedInfoProtectableObjectLoadPat...

이름 묘사
{customized property} 문자열

GenericProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'GenericProtectedItem'(필수)
fabricName 이 백업 항목의 패브릭 이름입니다. 문자열
friendlyName 컨테이너의 이름입니다. 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
protectedItemId 보호된 항목의 데이터 평면 서비스 ID입니다. int
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
sourceAssociations 느슨하게 결합된(형식, 값) 연결(예: 보호된 항목의 부모) GenericProtectedItemSourceAssociations

GenericProtectedItemSourceAssociations

이름 묘사
{customized property} 문자열

MabFileFolderProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'MabFileFolderProtectedItem'(필수)
computerName 이 백업 항목과 연결된 컴퓨터의 이름입니다. 문자열
deferredDeleteSyncTimeInUTC 지연된 삭제를 위한 동기화 시간(UTC) int
extendedInfo 이 백업 항목의 추가 정보입니다. MabFileFolderProtectedItemExtendedInfo
friendlyName 이 백업 항목의 이름입니다. 문자열
lastBackupStatus 마지막 백업 작업의 상태입니다. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState Protected, ProtectionStopped, IRPending 또는 ProtectionError 문자열

MabFileFolderProtectedItemExtendedInfo

이름 묘사
lastRefreshedAt 에이전트 데이터가 서비스에 동기화된 마지막 시간입니다. 문자열
oldestRecoveryPoint 사용 가능한 가장 오래된 백업 복사본입니다. 문자열
recoveryPointCount 백업 항목과 연결된 백업 복사본 수입니다. int

AzureIaaSClassicComputeVMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'Microsoft.ClassicCompute/virtualMachines'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목의 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 AzureIaaSVMProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureIaaSVMProtectedItemExtendedInfo

이름 묘사
newestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 최신 백업 복사본 문자열
oldestRecoveryPoint 모든 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
oldestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
oldestRecoveryPointInVault 자격 증명 모음 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
policyInconsistent 백업 항목과 연결된 백업 정책이 일치하지 않는지 지정합니다. bool
recoveryPointCount 이 백업 항목에 사용할 수 있는 백업 복사본 수입니다. int

ExtendedProperties

이름 묘사
diskExclusionProperties 디스크 제외에 대한 확장 속성입니다. DiskExclusionProperties
linuxVmApplicationName Linux VM 이름 문자열

DiskExclusionProperties

이름 묘사
diskLunList VM 보호에 사용할 디스크의 LUN(논리 단위 번호) 목록입니다. int[]
isInclusionList DiskLunList를 백업에서 포함/제외할지 여부를 나타내는 플래그입니다. bool

AzureIaaSVMHealthDetails

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

AzureIaaSVMProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

AzureIaaSComputeVMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'Microsoft.Compute/virtualMachines'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목의 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 AzureIaaSVMProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureSqlProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'Microsoft.Sql/servers/databases'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureSqlProtectedItemExtendedInfo
protectedItemDataId 백업 항목의 내부 ID입니다. Azure SQL Backup 엔진에서 Recovery Services에 문의하는 데 사용됩니다. 문자열
protectionState 백업된 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

AzureSqlProtectedItemExtendedInfo

이름 묘사
oldestRecoveryPoint 서비스에서 이 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
policyState 이 백업 항목과 연결된 백업 정책의 상태입니다. 문자열
recoveryPointCount 이 백업 항목과 연결된 사용 가능한 백업 복사본 수입니다. int

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플렛 묘사
azure IBM Cloud Pak for Data

Azure
배포
이 템플릿은 필요한 모든 리소스, 인프라를 사용하여 Azure에 Openshift 클러스터를 배포한 다음 사용자가 선택한 추가 기능과 함께 IBM Cloud Pak for Data를 배포합니다.
Openshift Container Platform 4.3

Azure 배포
Openshift Container Platform 4.3
Recovery Services 사용하여 기존 IaasVM 백업

Azure
배포
이 템플릿은 기존 복구 서비스 자격 증명 모음 및 기존 백업 정책을 사용하고 여러 클래식 및 ARM 기반 Azure IaasVM의 보호를 구성합니다.
Recovery Services(매일) 사용하여 기존 파일 공유 백업

Azure
배포
이 템플릿은 기존 스토리지 계정에 있는 기존 파일 공유에 대한 보호를 구성합니다. 새로 만들거나 설정된 매개 변수 값을 기반으로 기존 Recovery Services 자격 증명 모음 및 백업 정책을 사용합니다.
복구 서비스(매시간) 사용하여 기존 파일 공유 백업

Azure
배포
이 템플릿은 기존 스토리지 계정에 있는 기존 파일 공유에 대한 시간별 빈도로 보호를 구성합니다. 새로 만들거나 설정된 매개 변수 값을 기반으로 기존 Recovery Services 자격 증명 모음 및 백업 정책을 사용합니다.
Recovery Services 자격 증명 모음을 사용하여 Backup Resource Manager VM

Azure
배포
이 템플릿은 기존 복구 서비스 자격 증명 모음 및 기존 백업 정책을 사용하고 동일한 리소스 그룹에 속하는 여러 Resource Manager VM의 백업을 구성합니다.
Windows VM을 배포하고 Azure Backup 사용하여 백업을 사용하도록 설정합니다.

Azure 배포
이 템플릿을 사용하면 DefaultPolicy for Protection으로 구성된 Windows VM 및 Recovery Services 자격 증명 모음을 배포할 수 있습니다.
Azure Virtual Machines 워크로드용 Azure Backup

Azure
배포
이 템플릿은 Recovery Services 자격 증명 모음 및 워크로드별 백업 정책을 만듭니다. Backup 서비스에 VM을 등록하고 보호를 구성합니다.

ARM 템플릿 리소스 정의

자격 증명 모음/backupFabrics/protectionContainers/protectedItems 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems",
  "apiVersion": "2024-04-30-preview",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "eTag": "string",
  "properties": {
    "backupSetName": "string",
    "containerName": "string",
    "createMode": "string",
    "deferredDeleteTimeInUTC": "string",
    "deferredDeleteTimeRemaining": "string",
    "isArchiveEnabled": "bool",
    "isDeferredDeleteScheduleUpcoming": "bool",
    "isRehydrate": "bool",
    "isScheduledForDeferredDelete": "bool",
    "lastRecoveryPoint": "string",
    "policyId": "string",
    "policyName": "string",
    "resourceGuardOperationRequests": [ "string" ],
    "softDeleteRetentionPeriodInDays": "int",
    "sourceResourceId": "string",
    "protectedItemType": "string"
    // For remaining properties, see ProtectedItem objects
  }
}

ProtectedItem 개체

protectedItemType 속성을 설정하여 개체 유형을 지정합니다.

AzureFileShareProtectedItem경우 다음을 사용합니다.

  "protectedItemType": "AzureFileShareProtectedItem",
  "extendedInfo": {
    "oldestRecoveryPoint": "string",
    "policyState": "string",
    "recoveryPointCount": "int"
  },
  "friendlyName": "string",
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "protectionState": "string",
  "protectionStatus": "string"

AzureVmWorkloadSAPAseDatabase경우 다음을 사용합니다.

  "protectedItemType": "AzureVmWorkloadSAPAseDatabase",
  "extendedInfo": {
    "newestRecoveryPointInArchive": "string",
    "oldestRecoveryPoint": "string",
    "oldestRecoveryPointInArchive": "string",
    "oldestRecoveryPointInVault": "string",
    "policyState": "string",
    "recoveryModel": "string",
    "recoveryPointCount": "int"
  },
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "nodesList": [
    {
      "errorDetail": {},
      "nodeName": "string",
      "sourceResourceId": "string",
      "status": "string"
    }
  ],
  "parentName": "string",
  "parentType": "string",
  "protectedItemDataSourceId": "string",
  "protectedItemHealthStatus": "string",
  "protectionState": "string",
  "serverName": "string"

AzureVmWorkloadSAPHanaDatabase경우 다음을 사용합니다.

  "protectedItemType": "AzureVmWorkloadSAPHanaDatabase",
  "extendedInfo": {
    "newestRecoveryPointInArchive": "string",
    "oldestRecoveryPoint": "string",
    "oldestRecoveryPointInArchive": "string",
    "oldestRecoveryPointInVault": "string",
    "policyState": "string",
    "recoveryModel": "string",
    "recoveryPointCount": "int"
  },
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "nodesList": [
    {
      "errorDetail": {},
      "nodeName": "string",
      "sourceResourceId": "string",
      "status": "string"
    }
  ],
  "parentName": "string",
  "parentType": "string",
  "protectedItemDataSourceId": "string",
  "protectedItemHealthStatus": "string",
  "protectionState": "string",
  "serverName": "string"

AzureVmWorkloadSAPHanaDBInstance경우 다음을 사용합니다.

  "protectedItemType": "AzureVmWorkloadSAPHanaDBInstance",
  "extendedInfo": {
    "newestRecoveryPointInArchive": "string",
    "oldestRecoveryPoint": "string",
    "oldestRecoveryPointInArchive": "string",
    "oldestRecoveryPointInVault": "string",
    "policyState": "string",
    "recoveryModel": "string",
    "recoveryPointCount": "int"
  },
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "nodesList": [
    {
      "errorDetail": {},
      "nodeName": "string",
      "sourceResourceId": "string",
      "status": "string"
    }
  ],
  "parentName": "string",
  "parentType": "string",
  "protectedItemDataSourceId": "string",
  "protectedItemHealthStatus": "string",
  "protectionState": "string",
  "serverName": "string"

AzureVmWorkloadSQLDatabase경우 다음을 사용합니다.

  "protectedItemType": "AzureVmWorkloadSQLDatabase",
  "extendedInfo": {
    "newestRecoveryPointInArchive": "string",
    "oldestRecoveryPoint": "string",
    "oldestRecoveryPointInArchive": "string",
    "oldestRecoveryPointInVault": "string",
    "policyState": "string",
    "recoveryModel": "string",
    "recoveryPointCount": "int"
  },
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "string",
  "nodesList": [
    {
      "errorDetail": {},
      "nodeName": "string",
      "sourceResourceId": "string",
      "status": "string"
    }
  ],
  "parentName": "string",
  "parentType": "string",
  "protectedItemDataSourceId": "string",
  "protectedItemHealthStatus": "string",
  "protectionState": "string",
  "serverName": "string"

DPMProtectedItem경우 다음을 사용합니다.

  "protectedItemType": "DPMProtectedItem",
  "backupEngineName": "string",
  "extendedInfo": {
    "diskStorageUsedInBytes": "string",
    "isCollocated": "bool",
    "isPresentOnCloud": "bool",
    "lastBackupStatus": "string",
    "lastRefreshedAt": "string",
    "oldestRecoveryPoint": "string",
    "onPremiseLatestRecoveryPoint": "string",
    "onPremiseOldestRecoveryPoint": "string",
    "onPremiseRecoveryPointCount": "int",
    "protectableObjectLoadPath": {
      "{customized property}": "string"
    },
    "protected": "bool",
    "protectionGroupName": "string",
    "recoveryPointCount": "int",
    "totalDiskStorageSizeInBytes": "string"
  },
  "friendlyName": "string",
  "protectionState": "string"

GenericProtectedItem경우 다음을 사용합니다.

  "protectedItemType": "GenericProtectedItem",
  "fabricName": "string",
  "friendlyName": "string",
  "policyState": "string",
  "protectedItemId": "int",
  "protectionState": "string",
  "sourceAssociations": {
    "{customized property}": "string"
  }

MabFileFolderProtectedItem경우 다음을 사용합니다.

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

Microsoft.ClassicCompute/virtualMachines경우 다음을 사용합니다.

  "protectedItemType": "Microsoft.ClassicCompute/virtualMachines",
  "extendedInfo": {
    "newestRecoveryPointInArchive": "string",
    "oldestRecoveryPoint": "string",
    "oldestRecoveryPointInArchive": "string",
    "oldestRecoveryPointInVault": "string",
    "policyInconsistent": "bool",
    "recoveryPointCount": "int"
  },
  "extendedProperties": {
    "diskExclusionProperties": {
      "diskLunList": [ "int" ],
      "isInclusionList": "bool"
    },
    "linuxVmApplicationName": "string"
  },
  "healthDetails": [
    {
    }
  ],
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupStatus": "string",
  "protectionState": "string",
  "protectionStatus": "string"

Microsoft.Compute/virtualMachines경우 다음을 사용합니다.

  "protectedItemType": "Microsoft.Compute/virtualMachines",
  "extendedInfo": {
    "newestRecoveryPointInArchive": "string",
    "oldestRecoveryPoint": "string",
    "oldestRecoveryPointInArchive": "string",
    "oldestRecoveryPointInVault": "string",
    "policyInconsistent": "bool",
    "recoveryPointCount": "int"
  },
  "extendedProperties": {
    "diskExclusionProperties": {
      "diskLunList": [ "int" ],
      "isInclusionList": "bool"
    },
    "linuxVmApplicationName": "string"
  },
  "healthDetails": [
    {
    }
  ],
  "kpisHealths": {
    "{customized property}": {
      "resourceHealthDetails": [
        {
        }
      ],
      "resourceHealthStatus": "string"
    }
  },
  "lastBackupStatus": "string",
  "protectionState": "string",
  "protectionStatus": "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 버전 '2024-04-30-preview'
이름 리소스 이름

JSON ARM 템플릿자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
위치 리소스 위치입니다. 문자열
태그 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
eTag 선택적 ETag입니다. 문자열
속성 ProtectedItemResource 속성 ProtectedItem

ProtectedItem

이름 묘사
backupSetName 백업 항목이 속한 백업 집합의 이름 문자열
containerName 컨테이너의 고유 이름 문자열
createMode 기존 일시 삭제된 데이터 원본의 복구 또는 새 데이터 원본 생성을 나타내는 모드를 만듭니다. '기본값'
'Invalid'
'복구'
deferredDeleteTimeInUTC UTC에서 지연된 삭제 시간 문자열
deferredDeleteTimeRemaining 지연된 삭제로 표시된 DS가 영구적으로 삭제되기까지 남은 시간 문자열
isArchiveEnabled 데이터 원본이 보관에서 보호되는지 여부를 식별하는 플래그 bool
isDeferredDeleteScheduleUpcoming 지연된 삭제된 DS를 곧 제거할지 여부를 식별하는 플래그 bool
isRehydrate 지연된 삭제된 DS를 일시 중지 상태로 이동하는 것을 식별하는 플래그 bool
isScheduledForDeferredDelete DS가 지연된 삭제로 예약되었는지 여부를 식별하는 플래그 bool
lastRecoveryPoint 이 백업 항목에 대한 마지막(최신) 백업 복사본이 만들어진 타임스탬프입니다. 문자열
policyId 이 항목이 백업되는 백업 정책의 ID입니다. 문자열
policyName 보호에 사용되는 정책의 이름 문자열
resourceGuardOperationRequests LAC 검사를 수행할 ResourceGuardOperationRequests string[]
softDeleteRetentionPeriodInDays 일시 삭제 보존 기간(일) int
sourceResourceId 백업할 리소스의 ARM ID입니다. 문자열
protectedItemType 개체 유형 설정 AzureFileShareProtectedItem
AzureVmWorkloadSAPAseDatabase

AzureVmWorkloadSAPHanaDatabase

AzureVmWorkloadSAPHanaDBInstance

AzureVmWorkloadSQLDatabase

DPMProtectedItem
GenericProtectedItem
MabFileFolderProtectedItem

microsoft.ClassicCompute/virtualMachines

microsoft.Compute/virtualMachines

Microsoft.Sql/servers/databases
(필수)

AzureFileshareProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureFileShareProtectedItem'(필수)
extendedInfo 이 백업 항목의 추가 정보입니다. AzureFileshareProtectedItemExtendedInfo
friendlyName 이 백업 항목이 나타내는 파일 공유의 이름입니다. 문자열
kpisHealths 다양한 KPI의 상태 세부 정보 AzureFileshareProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureFileshareProtectedItemExtendedInfo

이름 묘사
oldestRecoveryPoint 서비스에서 이 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryPointCount 이 백업 항목과 연결된 사용 가능한 백업 복사본 수입니다. int

AzureFileshareProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

KPIResourceHealthDetails

이름 묘사
resourceHealthDetails 리소스 상태 ResourceHealthDetails[]
resourceHealthStatus 리소스 상태 '정상'
'Invalid'
'PersistentDegraded'
'PersistentUnhealthy'
'TransientDegraded'
'TransientUnhealthy'

ResourceHealthDetails

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

AzureVmWorkloadSAPAseDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPAseDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadProtectedItemExtendedInfo

이름 묘사
newestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 최신 백업 복사본 문자열
oldestRecoveryPoint 모든 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
oldestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
oldestRecoveryPointInVault 자격 증명 모음 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryModel 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryPointCount 이 백업 항목에 사용할 수 있는 백업 복사본 수입니다. int

AzureVmWorkloadProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

ErrorDetail

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

DistributedNodesInfo

이름 묘사
errorDetail 상태가 성공하지 못하면 오류 세부 정보입니다. ErrorDetail
nodeName 분산 컨테이너 아래의 노드 이름입니다. 문자열
sourceResourceId 노드의 ARM 리소스 ID 문자열
상태 이 노드의 상태입니다.
실패, 성공
문자열

AzureVmWorkloadSAPHanaDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPHanaDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadSAPHanaDBInstanceProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPHanaDBInstance'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadSQLDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSQLDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 '정상'
'IRPending'
'Invalid'
'NotReachable'
'비정상'
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

DPMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'DPMProtectedItem'(필수)
backupEngineName 이 백업 항목을 보호하는 백업 관리 서버 문자열
extendedInfo 백업 항목의 확장 정보입니다. DPMProtectedItemExtendedInfo
friendlyName 관리되는 항목의 이름 문자열
protectionState 백업 엔진의 보호 상태 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

DPMProtectedItemExtendedInfo

이름 묘사
diskStorageUsedInBytes 사용된 디스크 스토리지(바이트)입니다. 문자열
isCollocated 백업 항목이 정렬되어 있는지 확인합니다. bool
isPresentOnCloud 백업 항목이 클라우드로 보호되는지 확인합니다. bool
lastBackupStatus 백업 항목에 대한 마지막 백업 상태 정보입니다. 문자열
lastRefreshedAt 백업 항목의 마지막 새로 고침 시간입니다. 문자열
oldestRecoveryPoint 가장 오래된 클라우드 복구 지점 시간입니다. 문자열
onPremiseLatestRecoveryPoint 최신 디스크 복구 지점 시간입니다. 문자열
onPremiseOldestRecoveryPoint 가장 오래된 디스크 복구 지점 시간입니다. 문자열
onPremiseRecoveryPointCount 디스크 복구 지점 수입니다. int
protectableObjectLoadPath 다양한 DB에 대한 정보를 제공하는 특성입니다. DPMProtectedItemExtendedInfoProtectableObjectLoadPat...
보호 백업 항목이 디스크로 보호되었는지 확인합니다. bool
protectionGroupName 백업 항목의 보호 그룹 이름입니다. 문자열
recoveryPointCount 클라우드 복구 지점 수입니다. int
totalDiskStorageSizeInBytes 총 디스크 스토리지(바이트)입니다. 문자열

DPMProtectedItemExtendedInfoProtectableObjectLoadPat...

이름 묘사
{customized property} 문자열

GenericProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'GenericProtectedItem'(필수)
fabricName 이 백업 항목의 패브릭 이름입니다. 문자열
friendlyName 컨테이너의 이름입니다. 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
protectedItemId 보호된 항목의 데이터 평면 서비스 ID입니다. int
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
sourceAssociations 느슨하게 결합된(형식, 값) 연결(예: 보호된 항목의 부모) GenericProtectedItemSourceAssociations

GenericProtectedItemSourceAssociations

이름 묘사
{customized property} 문자열

MabFileFolderProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'MabFileFolderProtectedItem'(필수)
computerName 이 백업 항목과 연결된 컴퓨터의 이름입니다. 문자열
deferredDeleteSyncTimeInUTC 지연된 삭제를 위한 동기화 시간(UTC) int
extendedInfo 이 백업 항목의 추가 정보입니다. MabFileFolderProtectedItemExtendedInfo
friendlyName 이 백업 항목의 이름입니다. 문자열
lastBackupStatus 마지막 백업 작업의 상태입니다. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState Protected, ProtectionStopped, IRPending 또는 ProtectionError 문자열

MabFileFolderProtectedItemExtendedInfo

이름 묘사
lastRefreshedAt 에이전트 데이터가 서비스에 동기화된 마지막 시간입니다. 문자열
oldestRecoveryPoint 사용 가능한 가장 오래된 백업 복사본입니다. 문자열
recoveryPointCount 백업 항목과 연결된 백업 복사본 수입니다. int

AzureIaaSClassicComputeVMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'Microsoft.ClassicCompute/virtualMachines'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목의 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 AzureIaaSVMProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureIaaSVMProtectedItemExtendedInfo

이름 묘사
newestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 최신 백업 복사본 문자열
oldestRecoveryPoint 모든 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
oldestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
oldestRecoveryPointInVault 자격 증명 모음 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
policyInconsistent 백업 항목과 연결된 백업 정책이 일치하지 않는지 지정합니다. bool
recoveryPointCount 이 백업 항목에 사용할 수 있는 백업 복사본 수입니다. int

ExtendedProperties

이름 묘사
diskExclusionProperties 디스크 제외에 대한 확장 속성입니다. DiskExclusionProperties
linuxVmApplicationName Linux VM 이름 문자열

DiskExclusionProperties

이름 묘사
diskLunList VM 보호에 사용할 디스크의 LUN(논리 단위 번호) 목록입니다. int[]
isInclusionList DiskLunList를 백업에서 포함/제외할지 여부를 나타내는 플래그입니다. bool

AzureIaaSVMHealthDetails

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

AzureIaaSVMProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

AzureIaaSComputeVMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'Microsoft.Compute/virtualMachines'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목의 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 AzureIaaSVMProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureSqlProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. 'Microsoft.Sql/servers/databases'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureSqlProtectedItemExtendedInfo
protectedItemDataId 백업 항목의 내부 ID입니다. Azure SQL Backup 엔진에서 Recovery Services에 문의하는 데 사용됩니다. 문자열
protectionState 백업된 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

AzureSqlProtectedItemExtendedInfo

이름 묘사
oldestRecoveryPoint 서비스에서 이 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
policyState 이 백업 항목과 연결된 백업 정책의 상태입니다. 문자열
recoveryPointCount 이 백업 항목과 연결된 사용 가능한 백업 복사본 수입니다. int

빠른 시작 템플릿

다음 빠른 시작 템플릿은 이 리소스 유형을 배포합니다.

템플렛 묘사
azure IBM Cloud Pak for Data

Azure
배포
이 템플릿은 필요한 모든 리소스, 인프라를 사용하여 Azure에 Openshift 클러스터를 배포한 다음 사용자가 선택한 추가 기능과 함께 IBM Cloud Pak for Data를 배포합니다.
Openshift Container Platform 4.3

Azure 배포
Openshift Container Platform 4.3
Recovery Services 사용하여 기존 IaasVM 백업

Azure
배포
이 템플릿은 기존 복구 서비스 자격 증명 모음 및 기존 백업 정책을 사용하고 여러 클래식 및 ARM 기반 Azure IaasVM의 보호를 구성합니다.
Recovery Services(매일) 사용하여 기존 파일 공유 백업

Azure
배포
이 템플릿은 기존 스토리지 계정에 있는 기존 파일 공유에 대한 보호를 구성합니다. 새로 만들거나 설정된 매개 변수 값을 기반으로 기존 Recovery Services 자격 증명 모음 및 백업 정책을 사용합니다.
복구 서비스(매시간) 사용하여 기존 파일 공유 백업

Azure
배포
이 템플릿은 기존 스토리지 계정에 있는 기존 파일 공유에 대한 시간별 빈도로 보호를 구성합니다. 새로 만들거나 설정된 매개 변수 값을 기반으로 기존 Recovery Services 자격 증명 모음 및 백업 정책을 사용합니다.
Recovery Services 자격 증명 모음을 사용하여 Backup Resource Manager VM

Azure
배포
이 템플릿은 기존 복구 서비스 자격 증명 모음 및 기존 백업 정책을 사용하고 동일한 리소스 그룹에 속하는 여러 Resource Manager VM의 백업을 구성합니다.
Windows VM을 배포하고 Azure Backup 사용하여 백업을 사용하도록 설정합니다.

Azure 배포
이 템플릿을 사용하면 DefaultPolicy for Protection으로 구성된 Windows VM 및 Recovery Services 자격 증명 모음을 배포할 수 있습니다.
Azure Virtual Machines 워크로드용 Azure Backup

Azure
배포
이 템플릿은 Recovery Services 자격 증명 모음 및 워크로드별 백업 정책을 만듭니다. Backup 서비스에 VM을 등록하고 보호를 구성합니다.

Terraform(AzAPI 공급자) 리소스 정의

자격 증명 모음/backupFabrics/protectionContainers/protectedItems 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/backupFabrics/protectionContainers/protectedItems@2024-04-30-preview"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  body = jsonencode({
    properties = {
      backupSetName = "string"
      containerName = "string"
      createMode = "string"
      deferredDeleteTimeInUTC = "string"
      deferredDeleteTimeRemaining = "string"
      isArchiveEnabled = bool
      isDeferredDeleteScheduleUpcoming = bool
      isRehydrate = bool
      isScheduledForDeferredDelete = bool
      lastRecoveryPoint = "string"
      policyId = "string"
      policyName = "string"
      resourceGuardOperationRequests = [
        "string"
      ]
      softDeleteRetentionPeriodInDays = int
      sourceResourceId = "string"
      protectedItemType = "string"
      // For remaining properties, see ProtectedItem objects
    }
    eTag = "string"
  })
}

ProtectedItem 개체

protectedItemType 속성을 설정하여 개체 유형을 지정합니다.

AzureFileShareProtectedItem경우 다음을 사용합니다.

  protectedItemType = "AzureFileShareProtectedItem"
  extendedInfo = {
    oldestRecoveryPoint = "string"
    policyState = "string"
    recoveryPointCount = int
  }
  friendlyName = "string"
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupStatus = "string"
  lastBackupTime = "string"
  protectionState = "string"
  protectionStatus = "string"

AzureVmWorkloadSAPAseDatabase경우 다음을 사용합니다.

  protectedItemType = "AzureVmWorkloadSAPAseDatabase"
  extendedInfo = {
    newestRecoveryPointInArchive = "string"
    oldestRecoveryPoint = "string"
    oldestRecoveryPointInArchive = "string"
    oldestRecoveryPointInVault = "string"
    policyState = "string"
    recoveryModel = "string"
    recoveryPointCount = int
  }
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "string"
  nodesList = [
    {
      errorDetail = {}
      nodeName = "string"
      sourceResourceId = "string"
      status = "string"
    }
  ]
  parentName = "string"
  parentType = "string"
  protectedItemDataSourceId = "string"
  protectedItemHealthStatus = "string"
  protectionState = "string"
  serverName = "string"

AzureVmWorkloadSAPHanaDatabase경우 다음을 사용합니다.

  protectedItemType = "AzureVmWorkloadSAPHanaDatabase"
  extendedInfo = {
    newestRecoveryPointInArchive = "string"
    oldestRecoveryPoint = "string"
    oldestRecoveryPointInArchive = "string"
    oldestRecoveryPointInVault = "string"
    policyState = "string"
    recoveryModel = "string"
    recoveryPointCount = int
  }
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "string"
  nodesList = [
    {
      errorDetail = {}
      nodeName = "string"
      sourceResourceId = "string"
      status = "string"
    }
  ]
  parentName = "string"
  parentType = "string"
  protectedItemDataSourceId = "string"
  protectedItemHealthStatus = "string"
  protectionState = "string"
  serverName = "string"

AzureVmWorkloadSAPHanaDBInstance경우 다음을 사용합니다.

  protectedItemType = "AzureVmWorkloadSAPHanaDBInstance"
  extendedInfo = {
    newestRecoveryPointInArchive = "string"
    oldestRecoveryPoint = "string"
    oldestRecoveryPointInArchive = "string"
    oldestRecoveryPointInVault = "string"
    policyState = "string"
    recoveryModel = "string"
    recoveryPointCount = int
  }
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "string"
  nodesList = [
    {
      errorDetail = {}
      nodeName = "string"
      sourceResourceId = "string"
      status = "string"
    }
  ]
  parentName = "string"
  parentType = "string"
  protectedItemDataSourceId = "string"
  protectedItemHealthStatus = "string"
  protectionState = "string"
  serverName = "string"

AzureVmWorkloadSQLDatabase경우 다음을 사용합니다.

  protectedItemType = "AzureVmWorkloadSQLDatabase"
  extendedInfo = {
    newestRecoveryPointInArchive = "string"
    oldestRecoveryPoint = "string"
    oldestRecoveryPointInArchive = "string"
    oldestRecoveryPointInVault = "string"
    policyState = "string"
    recoveryModel = "string"
    recoveryPointCount = int
  }
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "string"
  nodesList = [
    {
      errorDetail = {}
      nodeName = "string"
      sourceResourceId = "string"
      status = "string"
    }
  ]
  parentName = "string"
  parentType = "string"
  protectedItemDataSourceId = "string"
  protectedItemHealthStatus = "string"
  protectionState = "string"
  serverName = "string"

DPMProtectedItem경우 다음을 사용합니다.

  protectedItemType = "DPMProtectedItem"
  backupEngineName = "string"
  extendedInfo = {
    diskStorageUsedInBytes = "string"
    isCollocated = bool
    isPresentOnCloud = bool
    lastBackupStatus = "string"
    lastRefreshedAt = "string"
    oldestRecoveryPoint = "string"
    onPremiseLatestRecoveryPoint = "string"
    onPremiseOldestRecoveryPoint = "string"
    onPremiseRecoveryPointCount = int
    protectableObjectLoadPath = {
      {customized property} = "string"
    }
    protected = bool
    protectionGroupName = "string"
    recoveryPointCount = int
    totalDiskStorageSizeInBytes = "string"
  }
  friendlyName = "string"
  protectionState = "string"

GenericProtectedItem경우 다음을 사용합니다.

  protectedItemType = "GenericProtectedItem"
  fabricName = "string"
  friendlyName = "string"
  policyState = "string"
  protectedItemId = int
  protectionState = "string"
  sourceAssociations = {
    {customized property} = "string"
  }

MabFileFolderProtectedItem경우 다음을 사용합니다.

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

Microsoft.ClassicCompute/virtualMachines경우 다음을 사용합니다.

  protectedItemType = "Microsoft.ClassicCompute/virtualMachines"
  extendedInfo = {
    newestRecoveryPointInArchive = "string"
    oldestRecoveryPoint = "string"
    oldestRecoveryPointInArchive = "string"
    oldestRecoveryPointInVault = "string"
    policyInconsistent = bool
    recoveryPointCount = int
  }
  extendedProperties = {
    diskExclusionProperties = {
      diskLunList = [
        int
      ]
      isInclusionList = bool
    }
    linuxVmApplicationName = "string"
  }
  healthDetails = [
    {
    }
  ]
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupStatus = "string"
  protectionState = "string"
  protectionStatus = "string"

Microsoft.Compute/virtualMachines경우 다음을 사용합니다.

  protectedItemType = "Microsoft.Compute/virtualMachines"
  extendedInfo = {
    newestRecoveryPointInArchive = "string"
    oldestRecoveryPoint = "string"
    oldestRecoveryPointInArchive = "string"
    oldestRecoveryPointInVault = "string"
    policyInconsistent = bool
    recoveryPointCount = int
  }
  extendedProperties = {
    diskExclusionProperties = {
      diskLunList = [
        int
      ]
      isInclusionList = bool
    }
    linuxVmApplicationName = "string"
  }
  healthDetails = [
    {
    }
  ]
  kpisHealths = {
    {customized property} = {
      resourceHealthDetails = [
        {
        }
      ]
      resourceHealthStatus = "string"
    }
  }
  lastBackupStatus = "string"
  protectionState = "string"
  protectionStatus = "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@2024-04-30-preview"
이름 리소스 이름 string(필수)
위치 리소스 위치입니다. 문자열
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식 리소스의 ID: protectionContainers
태그 리소스 태그. 태그 이름 및 값의 사전입니다.
eTag 선택적 ETag입니다. 문자열
속성 ProtectedItemResource 속성 ProtectedItem

ProtectedItem

이름 묘사
backupSetName 백업 항목이 속한 백업 집합의 이름 문자열
containerName 컨테이너의 고유 이름 문자열
createMode 기존 일시 삭제된 데이터 원본의 복구 또는 새 데이터 원본 생성을 나타내는 모드를 만듭니다. "기본값"
"잘못됨"
"복구"
deferredDeleteTimeInUTC UTC에서 지연된 삭제 시간 문자열
deferredDeleteTimeRemaining 지연된 삭제로 표시된 DS가 영구적으로 삭제되기까지 남은 시간 문자열
isArchiveEnabled 데이터 원본이 보관에서 보호되는지 여부를 식별하는 플래그 bool
isDeferredDeleteScheduleUpcoming 지연된 삭제된 DS를 곧 제거할지 여부를 식별하는 플래그 bool
isRehydrate 지연된 삭제된 DS를 일시 중지 상태로 이동하는 것을 식별하는 플래그 bool
isScheduledForDeferredDelete DS가 지연된 삭제로 예약되었는지 여부를 식별하는 플래그 bool
lastRecoveryPoint 이 백업 항목에 대한 마지막(최신) 백업 복사본이 만들어진 타임스탬프입니다. 문자열
policyId 이 항목이 백업되는 백업 정책의 ID입니다. 문자열
policyName 보호에 사용되는 정책의 이름 문자열
resourceGuardOperationRequests LAC 검사를 수행할 ResourceGuardOperationRequests string[]
softDeleteRetentionPeriodInDays 일시 삭제 보존 기간(일) int
sourceResourceId 백업할 리소스의 ARM ID입니다. 문자열
protectedItemType 개체 유형 설정 AzureFileShareProtectedItem
AzureVmWorkloadSAPAseDatabase

AzureVmWorkloadSAPHanaDatabase

AzureVmWorkloadSAPHanaDBInstance

AzureVmWorkloadSQLDatabase

DPMProtectedItem
GenericProtectedItem
MabFileFolderProtectedItem

microsoft.ClassicCompute/virtualMachines

microsoft.Compute/virtualMachines

Microsoft.Sql/servers/databases
(필수)

AzureFileshareProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "AzureFileShareProtectedItem"(필수)
extendedInfo 이 백업 항목의 추가 정보입니다. AzureFileshareProtectedItemExtendedInfo
friendlyName 이 백업 항목이 나타내는 파일 공유의 이름입니다. 문자열
kpisHealths 다양한 KPI의 상태 세부 정보 AzureFileshareProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureFileshareProtectedItemExtendedInfo

이름 묘사
oldestRecoveryPoint 서비스에서 이 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryPointCount 이 백업 항목과 연결된 사용 가능한 백업 복사본 수입니다. int

AzureFileshareProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

KPIResourceHealthDetails

이름 묘사
resourceHealthDetails 리소스 상태 ResourceHealthDetails[]
resourceHealthStatus 리소스 상태 "정상"
"잘못됨"
"PersistentDegraded"
"PersistentUnhealthy"
"TransientDegraded"
"TransientUnhealthy"

ResourceHealthDetails

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

AzureVmWorkloadSAPAseDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "AzureVmWorkloadSAPAseDatabase"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. "정상"
"IRPending"
"잘못됨"
"비정상"
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 "정상"
"IRPending"
"잘못됨"
"NotReachable"
"비정상"
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadProtectedItemExtendedInfo

이름 묘사
newestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 최신 백업 복사본 문자열
oldestRecoveryPoint 모든 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
oldestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
oldestRecoveryPointInVault 자격 증명 모음 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryModel 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
recoveryPointCount 이 백업 항목에 사용할 수 있는 백업 복사본 수입니다. int

AzureVmWorkloadProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

ErrorDetail

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

DistributedNodesInfo

이름 묘사
errorDetail 상태가 성공하지 못하면 오류 세부 정보입니다. ErrorDetail
nodeName 분산 컨테이너 아래의 노드 이름입니다. 문자열
sourceResourceId 노드의 ARM 리소스 ID 문자열
상태 이 노드의 상태입니다.
실패, 성공
문자열

AzureVmWorkloadSAPHanaDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "AzureVmWorkloadSAPHanaDatabase"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. "정상"
"IRPending"
"잘못됨"
"비정상"
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 "정상"
"IRPending"
"잘못됨"
"NotReachable"
"비정상"
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadSAPHanaDBInstanceProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "AzureVmWorkloadSAPHanaDBInstance"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. "정상"
"IRPending"
"잘못됨"
"비정상"
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 "정상"
"IRPending"
"잘못됨"
"NotReachable"
"비정상"
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

AzureVmWorkloadSQLDatabaseProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "AzureVmWorkloadSQLDatabase"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 AzureVmWorkloadProtectedItemKpisHealths
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. "정상"
"IRPending"
"잘못됨"
"비정상"
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
nodesList 분산 컨테이너의 경우 노드 목록입니다. DistributedNodesInfo[]
parentName 인스턴스 또는 가용성 그룹과 같은 DB의 부모 이름입니다. 문자열
parentType 보호된 항목의 부모 유형(예: DB, 독립 실행형 서버 또는 분산) 문자열
protectedItemDataSourceId 보호된 항목의 데이터 ID입니다. 문자열
protectedItemHealthStatus 마지막으로 받은 하트비트를 기반으로 평가된 백업 항목의 상태 "정상"
"IRPending"
"잘못됨"
"NotReachable"
"비정상"
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
serverName 인스턴스 또는 AG의 호스트/클러스터 이름 문자열

DPMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "DPMProtectedItem"(필수)
backupEngineName 이 백업 항목을 보호하는 백업 관리 서버 문자열
extendedInfo 백업 항목의 확장 정보입니다. DPMProtectedItemExtendedInfo
friendlyName 관리되는 항목의 이름 문자열
protectionState 백업 엔진의 보호 상태 "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"

DPMProtectedItemExtendedInfo

이름 묘사
diskStorageUsedInBytes 사용된 디스크 스토리지(바이트)입니다. 문자열
isCollocated 백업 항목이 정렬되어 있는지 확인합니다. bool
isPresentOnCloud 백업 항목이 클라우드로 보호되는지 확인합니다. bool
lastBackupStatus 백업 항목에 대한 마지막 백업 상태 정보입니다. 문자열
lastRefreshedAt 백업 항목의 마지막 새로 고침 시간입니다. 문자열
oldestRecoveryPoint 가장 오래된 클라우드 복구 지점 시간입니다. 문자열
onPremiseLatestRecoveryPoint 최신 디스크 복구 지점 시간입니다. 문자열
onPremiseOldestRecoveryPoint 가장 오래된 디스크 복구 지점 시간입니다. 문자열
onPremiseRecoveryPointCount 디스크 복구 지점 수입니다. int
protectableObjectLoadPath 다양한 DB에 대한 정보를 제공하는 특성입니다. DPMProtectedItemExtendedInfoProtectableObjectLoadPat...
보호 백업 항목이 디스크로 보호되었는지 확인합니다. bool
protectionGroupName 백업 항목의 보호 그룹 이름입니다. 문자열
recoveryPointCount 클라우드 복구 지점 수입니다. int
totalDiskStorageSizeInBytes 총 디스크 스토리지(바이트)입니다. 문자열

DPMProtectedItemExtendedInfoProtectableObjectLoadPat...

이름 묘사
{customized property} 문자열

GenericProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "GenericProtectedItem"(필수)
fabricName 이 백업 항목의 패브릭 이름입니다. 문자열
friendlyName 컨테이너의 이름입니다. 문자열
policyState 이 백업 항목에 적용된 정책 개체 및 정책의 일관성을 나타냅니다. 문자열
protectedItemId 보호된 항목의 데이터 평면 서비스 ID입니다. int
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
sourceAssociations 느슨하게 결합된(형식, 값) 연결(예: 보호된 항목의 부모) GenericProtectedItemSourceAssociations

GenericProtectedItemSourceAssociations

이름 묘사
{customized property} 문자열

MabFileFolderProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "MabFileFolderProtectedItem"(필수)
computerName 이 백업 항목과 연결된 컴퓨터의 이름입니다. 문자열
deferredDeleteSyncTimeInUTC 지연된 삭제를 위한 동기화 시간(UTC) int
extendedInfo 이 백업 항목의 추가 정보입니다. MabFileFolderProtectedItemExtendedInfo
friendlyName 이 백업 항목의 이름입니다. 문자열
lastBackupStatus 마지막 백업 작업의 상태입니다. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState Protected, ProtectionStopped, IRPending 또는 ProtectionError 문자열

MabFileFolderProtectedItemExtendedInfo

이름 묘사
lastRefreshedAt 에이전트 데이터가 서비스에 동기화된 마지막 시간입니다. 문자열
oldestRecoveryPoint 사용 가능한 가장 오래된 백업 복사본입니다. 문자열
recoveryPointCount 백업 항목과 연결된 백업 복사본 수입니다. int

AzureIaaSClassicComputeVMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "Microsoft.ClassicCompute/virtualMachines"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목의 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 AzureIaaSVMProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureIaaSVMProtectedItemExtendedInfo

이름 묘사
newestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 최신 백업 복사본 문자열
oldestRecoveryPoint 모든 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
oldestRecoveryPointInArchive 보관 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
oldestRecoveryPointInVault 자격 증명 모음 계층에서 이 백업 항목에 사용할 수 있는 가장 오래된 백업 복사본 문자열
policyInconsistent 백업 항목과 연결된 백업 정책이 일치하지 않는지 지정합니다. bool
recoveryPointCount 이 백업 항목에 사용할 수 있는 백업 복사본 수입니다. int

ExtendedProperties

이름 묘사
diskExclusionProperties 디스크 제외에 대한 확장 속성입니다. DiskExclusionProperties
linuxVmApplicationName Linux VM 이름 문자열

DiskExclusionProperties

이름 묘사
diskLunList VM 보호에 사용할 디스크의 LUN(논리 단위 번호) 목록입니다. int[]
isInclusionList DiskLunList를 백업에서 포함/제외할지 여부를 나타내는 플래그입니다. bool

AzureIaaSVMHealthDetails

이 개체에는 배포 중에 설정할 속성이 없습니다. 모든 속성은 ReadOnly입니다.

AzureIaaSVMProtectedItemKpisHealths

이름 묘사
{customized property} KPIResourceHealthDetails

AzureIaaSComputeVMProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "Microsoft.Compute/virtualMachines"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목의 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 AzureIaaSVMProtectedItemKpisHealths
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureSqlProtectedItem

이름 묘사
protectedItemType 백업 항목 유형입니다. "Microsoft.Sql/servers/databases"(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureSqlProtectedItemExtendedInfo
protectedItemDataId 백업 항목의 내부 ID입니다. Azure SQL Backup 엔진에서 Recovery Services에 문의하는 데 사용됩니다. 문자열
protectionState 백업된 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"보호됨"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"

AzureSqlProtectedItemExtendedInfo

이름 묘사
oldestRecoveryPoint 서비스에서 이 항목에 사용할 수 있는 가장 오래된 백업 복사본입니다. 문자열
policyState 이 백업 항목과 연결된 백업 정책의 상태입니다. 문자열
recoveryPointCount 이 백업 항목과 연결된 사용 가능한 백업 복사본 수입니다. int