ProtectedItem interface
Base class for backup items.
Properties
| backup |
Type of backup management for the backed up item. |
| backup |
Name of the backup set the backup item belongs to |
| container |
Unique name of container |
| create |
Create mode to indicate recovery of existing soft deleted data source or creation of new data source. |
| deferred |
Time for deferred deletion in UTC |
| deferred |
Time remaining before the DS marked for deferred delete is permanently deleted |
| is |
Flag to identify whether datasource is protected in archive |
| is |
Flag to identify whether the deferred deleted DS is to be purged soon |
| is |
Flag to identify that deferred deleted DS is to be moved into Pause state |
| is |
Flag to identify whether the DS is scheduled for deferred delete |
| last |
Timestamp when the last (latest) backup copy was created for this backup item. |
| policy |
ID of the backup policy with which this item is backed up. |
| policy |
Name of the policy used for protection |
| protected |
The discriminator possible values: AzureFileShareProtectedItem, Microsoft.ClassicCompute/virtualMachines, AzureIaaSVMProtectedItem, Microsoft.Compute/virtualMachines, Microsoft.Sql/servers/databases, AzureVmWorkloadProtectedItem, AzureVmWorkloadSAPAseDatabase, AzureVmWorkloadSAPHanaDatabase, AzureVmWorkloadSAPHanaDBInstance, AzureVmWorkloadSQLDatabase, AzureVmWorkloadSQLInstance, DPMProtectedItem, GenericProtectedItem, MabFileFolderProtectedItem |
| resource |
ResourceGuardOperationRequests on which LAC check will be performed |
| soft |
Soft delete retention period in days |
| source |
ARM ID of the resource to be backed up. |
| source |
Source side threat information |
| vault |
ID of the vault which protects this item |
| workload |
Type of workload this item represents. |
Property Details
backupManagementType
Type of backup management for the backed up item.
backupManagementType?: string
Property Value
string
backupSetName
Name of the backup set the backup item belongs to
backupSetName?: string
Property Value
string
containerName
Unique name of container
containerName?: string
Property Value
string
createMode
Create mode to indicate recovery of existing soft deleted data source or creation of new data source.
createMode?: string
Property Value
string
deferredDeleteTimeInUTC
Time for deferred deletion in UTC
deferredDeleteTimeInUTC?: Date
Property Value
Date
deferredDeleteTimeRemaining
Time remaining before the DS marked for deferred delete is permanently deleted
deferredDeleteTimeRemaining?: string
Property Value
string
isArchiveEnabled
Flag to identify whether datasource is protected in archive
isArchiveEnabled?: boolean
Property Value
boolean
isDeferredDeleteScheduleUpcoming
Flag to identify whether the deferred deleted DS is to be purged soon
isDeferredDeleteScheduleUpcoming?: boolean
Property Value
boolean
isRehydrate
Flag to identify that deferred deleted DS is to be moved into Pause state
isRehydrate?: boolean
Property Value
boolean
isScheduledForDeferredDelete
Flag to identify whether the DS is scheduled for deferred delete
isScheduledForDeferredDelete?: boolean
Property Value
boolean
lastRecoveryPoint
Timestamp when the last (latest) backup copy was created for this backup item.
lastRecoveryPoint?: Date
Property Value
Date
policyId
ID of the backup policy with which this item is backed up.
policyId?: string
Property Value
string
policyName
Name of the policy used for protection
policyName?: string
Property Value
string
protectedItemType
The discriminator possible values: AzureFileShareProtectedItem, Microsoft.ClassicCompute/virtualMachines, AzureIaaSVMProtectedItem, Microsoft.Compute/virtualMachines, Microsoft.Sql/servers/databases, AzureVmWorkloadProtectedItem, AzureVmWorkloadSAPAseDatabase, AzureVmWorkloadSAPHanaDatabase, AzureVmWorkloadSAPHanaDBInstance, AzureVmWorkloadSQLDatabase, AzureVmWorkloadSQLInstance, DPMProtectedItem, GenericProtectedItem, MabFileFolderProtectedItem
protectedItemType: string
Property Value
string
resourceGuardOperationRequests
ResourceGuardOperationRequests on which LAC check will be performed
resourceGuardOperationRequests?: string[]
Property Value
string[]
softDeleteRetentionPeriodInDays
Soft delete retention period in days
softDeleteRetentionPeriodInDays?: number
Property Value
number
sourceResourceId
ARM ID of the resource to be backed up.
sourceResourceId?: string
Property Value
string
sourceSideScanInfo
Source side threat information
sourceSideScanInfo?: SourceSideScanInfo
Property Value
vaultId
ID of the vault which protects this item
vaultId?: string
Property Value
string
workloadType
Type of workload this item represents.
workloadType?: string
Property Value
string