DpmBackupEngine 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.
Data Protection Manager (DPM) specific backup engine.
public class DpmBackupEngine : Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineBase
type DpmBackupEngine = class
inherit BackupEngineBase
Public Class DpmBackupEngine
Inherits BackupEngineBase
- Inheritance
Constructors
DpmBackupEngine() |
Initializes a new instance of the DpmBackupEngine class. |
DpmBackupEngine(String, String, String, String, String, Nullable<Boolean>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, BackupEngineExtendedInfo) |
Initializes a new instance of the DpmBackupEngine class. |
Properties
AzureBackupAgentVersion |
Gets or sets backup agent version (Inherited from BackupEngineBase) |
BackupEngineId |
Gets or sets ID of the backup engine. (Inherited from BackupEngineBase) |
BackupEngineState |
Gets or sets status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed} (Inherited from BackupEngineBase) |
BackupManagementType |
Gets or sets type of backup management for the backup engine. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup' (Inherited from BackupEngineBase) |
CanReRegister |
Gets or sets flag indicating if the backup engine be registered, once already registered. (Inherited from BackupEngineBase) |
DpmVersion |
Gets or sets backup engine version (Inherited from BackupEngineBase) |
ExtendedInfo |
Gets or sets extended info of the backupengine (Inherited from BackupEngineBase) |
FriendlyName |
Gets or sets friendly name of the backup engine. (Inherited from BackupEngineBase) |
HealthStatus |
Gets or sets backup status of the backup engine. (Inherited from BackupEngineBase) |
IsAzureBackupAgentUpgradeAvailable |
Gets or sets to check if backup agent upgrade available (Inherited from BackupEngineBase) |
IsDpmUpgradeAvailable |
Gets or sets to check if backup engine upgrade available (Inherited from BackupEngineBase) |
RegistrationStatus |
Gets or sets registration status of the backup engine with the Recovery Services Vault. (Inherited from BackupEngineBase) |
Applies to
Azure SDK for .NET