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@2023-01-01' = {
  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'
    ]
    softDeleteRetentionPeriod: 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: {}
  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: {}
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: '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: {}
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: '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: {}
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: '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: {}
  lastBackupErrorDetail: {}
  lastBackupStatus: 'string'
  lastBackupTime: '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: {}
    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: {}

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: {}
  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: {}
  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...

속성 설명
name 리소스 이름

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

자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요.
형식의 리소스에 대한 기호화된 이름: protectionContainers
eTag 선택적 ETag입니다. 문자열
properties 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[]
softDeleteRetentionPeriod 일시 삭제 보존 기간(일) 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의 상태 세부 정보 object
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'Invalid'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureFileshareProtectedItemExtendedInfo

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

AzureVmWorkloadSAPAseDatabaseProtectedItem

속성 설명
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPAseDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 object
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
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

ErrorDetail

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

AzureVmWorkloadSAPHanaDatabaseProtectedItem

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

AzureVmWorkloadSAPHanaDBInstanceProtectedItem

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

AzureVmWorkloadSQLDatabaseProtectedItem

속성 설명
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSQLDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 object
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'유효하지 않음'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
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에 대한 정보를 제공하는 특성입니다. object
protected 백업 항목이 디스크로 보호되었는지 확인합니다. bool
protectionGroupName 백업 항목의 보호 그룹 이름입니다. 문자열
recoveryPointCount 클라우드 복구 지점 수. int
totalDiskStorageSizeInBytes 총 Disk Storage(바이트)입니다. 문자열

GenericProtectedItem

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

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의 상태 세부 정보 object
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입니다.

AzureIaaSComputeVMProtectedItem

속성 설명
protectedItemType 백업 항목 유형입니다. 'Microsoft.Compute/virtualMachines'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureIaaSVMProtectedItemExtendedInfo
extendedProperties Azure IaasVM 백업에 대한 확장 속성입니다. ExtendedProperties
healthDetails 이 백업 항목에 대한 상태 세부 정보입니다. AzureIaaSVMHealthDetails[]
kpisHealths 다양한 KPI의 상태 세부 정보 object
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'
'유효하지 않음'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'

AzureSqlProtectedItemExtendedInfo

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

빠른 시작 템플릿

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

템플릿 설명
Azure의 데이터에 대한 IBM Cloud Pak

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에 배포
이 템플릿은 기존 스토리지 계정에 있는 기존 파일 공유에 대한 보호를 구성합니다. 새 를 만들거나 set 매개 변수 값에 따라 기존 Recovery Services 자격 증명 모음 및 백업 정책을 사용합니다.
Recovery Services를 사용하여 기존 파일 공유 백업(시간당)

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

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": "2023-01-01",
  "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" ],
    "softDeleteRetentionPeriod": "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": {},
  "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": {},
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "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": {},
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "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": {},
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "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": {},
  "lastBackupErrorDetail": {},
  "lastBackupStatus": "string",
  "lastBackupTime": "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": {},
    "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": {}

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": {},
  "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": {},
  "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 버전 '2023-01-01'
name 리소스 이름

JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요.
string(필수)
위치 리소스 위치. 문자열
tags 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
eTag 선택적 ETag입니다. 문자열
properties 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[]
softDeleteRetentionPeriod 일시 삭제 보존 기간(일) 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의 상태 세부 정보 object
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. 'BackupsSuspended'
'IRPending'
'유효하지 않음'
'Protected'
'ProtectionError'
'ProtectionPaused'
'ProtectionStopped'
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureFileshareProtectedItemExtendedInfo

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

AzureVmWorkloadSAPAseDatabaseProtectedItem

속성 설명
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSAPAseDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 object
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
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

ErrorDetail

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

AzureVmWorkloadSAPHanaDatabaseProtectedItem

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

AzureVmWorkloadSAPHanaDBInstanceProtectedItem

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

AzureVmWorkloadSQLDatabaseProtectedItem

속성 설명
protectedItemType 백업 항목 유형입니다. 'AzureVmWorkloadSQLDatabase'(필수)
extendedInfo 이 백업 항목에 대한 추가 정보입니다. AzureVmWorkloadProtectedItemExtendedInfo
kpisHealths 다양한 KPI의 상태 세부 정보 object
lastBackupErrorDetail 마지막 백업의 오류 세부 정보 ErrorDetail
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. '정상'
'IRPending'
'Invalid'
'비정상'
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
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에 대한 정보를 제공하는 특성입니다. object
protected 백업 항목이 디스크로 보호되었는지 확인합니다. bool
protectionGroupName 백업 항목의 보호 그룹 이름입니다. 문자열
recoveryPointCount 클라우드 복구 지점 수. int
totalDiskStorageSizeInBytes 총 디스크 스토리지(바이트)입니다. 문자열

GenericProtectedItem

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

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의 상태 세부 정보 object
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입니다.

AzureIaaSComputeVMProtectedItem

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

AzureSqlProtectedItem

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

AzureSqlProtectedItemExtendedInfo

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

빠른 시작 템플릿

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

템플릿 설명
Azure의 데이터에 대한 IBM Cloud Pak

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에 배포
이 템플릿은 기존 스토리지 계정에 있는 기존 파일 공유에 대한 보호를 구성합니다. 새 를 만들거나 set 매개 변수 값에 따라 기존 Recovery Services 자격 증명 모음 및 백업 정책을 사용합니다.
Recovery Services를 사용하여 기존 파일 공유 백업(시간당)

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

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@2023-01-01"
  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"
      ]
      softDeleteRetentionPeriod = 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 = {}
  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 = {}
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "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 = {}
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "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 = {}
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "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 = {}
  lastBackupErrorDetail = {}
  lastBackupStatus = "string"
  lastBackupTime = "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 = {}
    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 = {}

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 = {}
  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 = {}
  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@2023-01-01"
name 리소스 이름 string(필수)
위치 리소스 위치. 문자열
parent_id 이 리소스의 부모인 리소스의 ID입니다. 형식의 리소스에 대한 ID: protectionContainers
tags 리소스 태그. 태그 이름 및 값의 사전입니다.
eTag 선택적 ETag입니다. 문자열
properties 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[]
softDeleteRetentionPeriod 일시 삭제 보존 기간(일) 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의 상태 세부 정보 object
lastBackupStatus 마지막 백업 작업 상태입니다. 가능한 값: 정상, 비정상. 문자열
lastBackupTime 이 백업 항목에 대한 마지막 백업 작업의 타임스탬프입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"Protected"
"ProtectionError"
"ProtectionPaused"
"ProtectionStopped"
protectionStatus 이 백업 항목의 백업 상태입니다. 문자열

AzureFileshareProtectedItemExtendedInfo

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

AzureVmWorkloadSAPAseDatabaseProtectedItem

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

AzureVmWorkloadProtectedItemExtendedInfo

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

ErrorDetail

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

AzureVmWorkloadSAPHanaDatabaseProtectedItem

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

AzureVmWorkloadSAPHanaDBInstanceProtectedItem

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

AzureVmWorkloadSQLDatabaseProtectedItem

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

DPMProtectedItem

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

DPMProtectedItemExtendedInfo

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

GenericProtectedItem

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

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의 상태 세부 정보 object
lastBackupStatus 마지막 백업 작업 상태입니다. 문자열
protectionState 이 백업 항목의 백업 상태입니다. "BackupsSuspended"
"IRPending"
"잘못됨"
"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입니다.

AzureIaaSComputeVMProtectedItem

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

AzureSqlProtectedItem

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

AzureSqlProtectedItemExtendedInfo

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