MabFileFolderProtectedItem 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.
MAB workload-specific backup item.
public class MabFileFolderProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem
type MabFileFolderProtectedItem = class
inherit ProtectedItem
Public Class MabFileFolderProtectedItem
Inherits ProtectedItem
- Inheritance
Constructors
MabFileFolderProtectedItem() |
Initializes a new instance of the MabFileFolderProtectedItem class. |
MabFileFolderProtectedItem(String, String, String, String, String, Nullable<DateTime>, String, String, Nullable<DateTime>, Nullable<Boolean>, String, Nullable<Boolean>, Nullable<Boolean>, IList<String>, String, String, String, Nullable<DateTime>, String, Nullable<Int64>, MabFileFolderProtectedItemExtendedInfo) |
Initializes a new instance of the MabFileFolderProtectedItem class. |
Properties
BackupManagementType |
Gets or sets type of backup management for the backed up item. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' (Inherited from ProtectedItem) |
BackupSetName |
Gets or sets name of the backup set the backup item belongs to (Inherited from ProtectedItem) |
ComputerName |
Gets or sets name of the computer associated with this backup item. |
ContainerName |
Gets or sets unique name of container (Inherited from ProtectedItem) |
CreateMode |
Gets or sets create mode to indicate recovery of existing soft deleted data source or creation of new data source. Possible values include: 'Invalid', 'Default', 'Recover' (Inherited from ProtectedItem) |
DeferredDeleteSyncTimeInUTC |
Gets or sets sync time for deferred deletion in UTC |
DeferredDeleteTimeInUTC |
Gets or sets time for deferred deletion in UTC (Inherited from ProtectedItem) |
DeferredDeleteTimeRemaining |
Gets or sets time remaining before the DS marked for deferred delete is permanently deleted (Inherited from ProtectedItem) |
ExtendedInfo |
Gets or sets additional information with this backup item. |
FriendlyName |
Gets or sets friendly name of this backup item. |
IsDeferredDeleteScheduleUpcoming |
Gets or sets flag to identify whether the deferred deleted DS is to be purged soon (Inherited from ProtectedItem) |
IsRehydrate |
Gets or sets flag to identify that deferred deleted DS is to be moved into Pause state (Inherited from ProtectedItem) |
IsScheduledForDeferredDelete |
Gets or sets flag to identify whether the DS is scheduled for deferred delete (Inherited from ProtectedItem) |
LastBackupStatus |
Gets or sets status of last backup operation. |
LastBackupTime |
Gets or sets timestamp of the last backup operation on this backup item. |
LastRecoveryPoint |
Gets or sets timestamp when the last (latest) backup copy was created for this backup item. (Inherited from ProtectedItem) |
PolicyId |
Gets or sets ID of the backup policy with which this item is backed up. (Inherited from ProtectedItem) |
ProtectionState |
Gets or sets protected, ProtectionStopped, IRPending or ProtectionError |
ResourceGuardOperationRequests |
Gets or sets resourceGuardOperationRequests on which LAC check will be performed (Inherited from ProtectedItem) |
SourceResourceId |
Gets or sets ARM ID of the resource to be backed up. (Inherited from ProtectedItem) |
WorkloadType |
Gets or sets type of workload this item represents. Possible values include: 'Invalid', 'VM', 'FileFolder', 'AzureSqlDb', 'SQLDB', 'Exchange', 'Sharepoint', 'VMwareVM', 'SystemState', 'Client', 'GenericDataSource', 'SQLDataBase', 'AzureFileShare', 'SAPHanaDatabase', 'SAPAseDatabase' (Inherited from ProtectedItem) |
Applies to
Azure SDK for .NET