BackupGenericProtectedItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for backup items. Please note BackupGenericProtectedItem is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FileshareProtectedItem, IaasVmProtectedItem, VmWorkloadProtectedItem, VmWorkloadSapAseDatabaseProtectedItem, VmWorkloadSapHanaDBInstanceProtectedItem, VmWorkloadSapHanaDatabaseProtectedItem, VmWorkloadSqlDatabaseProtectedItem, DpmProtectedItem, GenericProtectedItem, MabFileFolderProtectedItem, IaasClassicComputeVmProtectedItem, IaasComputeVmProtectedItem and SqlProtectedItem.
public abstract class BackupGenericProtectedItem
type BackupGenericProtectedItem = class
Public MustInherit Class BackupGenericProtectedItem
- Inheritance
-
BackupGenericProtectedItem
- Derived
Constructors
BackupGenericProtectedItem() |
Initializes a new instance of BackupGenericProtectedItem. |
Properties
BackupManagementType |
Type of backup management for the backed up item. |
BackupSetName |
Name of the backup set the backup item belongs to. |
ContainerName |
Unique name of container. |
CreateMode |
Create mode to indicate recovery of existing soft deleted data source or creation of new data source. |
DeferredDeletedOn |
Time for deferred deletion in UTC. |
DeferredDeleteTimeRemaining |
Time remaining before the DS marked for deferred delete is permanently deleted. |
IsArchiveEnabled |
Flag to identify whether datasource is protected in archive. |
IsDeferredDeleteScheduleUpcoming |
Flag to identify whether the deferred deleted DS is to be purged soon. |
IsRehydrate |
Flag to identify that deferred deleted DS is to be moved into Pause state. |
IsScheduledForDeferredDelete |
Flag to identify whether the DS is scheduled for deferred delete. |
LastRecoverOn |
Timestamp when the last (latest) backup copy was created for this backup item. |
PolicyId |
ID of the backup policy with which this item is backed up. |
PolicyName |
Name of the policy used for protection. |
ResourceGuardOperationRequests |
ResourceGuardOperationRequests on which LAC check will be performed. |
SoftDeleteRetentionPeriodInDays |
Soft delete retention period in days. |
SourceResourceId |
ARM ID of the resource to be backed up. |
VaultId |
ID of the vault which protects this item. |
WorkloadType |
Type of workload this item represents. |
Applies to
Azure SDK for .NET