BackupServerEngine 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.
Backup engine type when Azure Backup Server is used to manage the backups.
public class BackupServerEngine : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericEngine
type BackupServerEngine = class
inherit BackupGenericEngine
Public Class BackupServerEngine
Inherits BackupGenericEngine
- Inheritance
Constructors
BackupServerEngine() |
Initializes a new instance of BackupServerEngine. |
Properties
AzureBackupAgentVersion |
Backup agent version. (Inherited from BackupGenericEngine) |
BackupEngineId |
ID of the backup engine. (Inherited from BackupGenericEngine) |
BackupEngineState |
Status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed}. (Inherited from BackupGenericEngine) |
BackupManagementType |
Type of backup management for the backup engine. (Inherited from BackupGenericEngine) |
CanReRegister |
Flag indicating if the backup engine be registered, once already registered. (Inherited from BackupGenericEngine) |
DpmVersion |
Backup engine version. (Inherited from BackupGenericEngine) |
ExtendedInfo |
Extended info of the backupengine. (Inherited from BackupGenericEngine) |
FriendlyName |
Friendly name of the backup engine. (Inherited from BackupGenericEngine) |
HealthStatus |
Backup status of the backup engine. (Inherited from BackupGenericEngine) |
IsAzureBackupAgentUpgradeAvailable |
To check if backup agent upgrade available. (Inherited from BackupGenericEngine) |
IsDpmUpgradeAvailable |
To check if backup engine upgrade available. (Inherited from BackupGenericEngine) |
RegistrationStatus |
Registration status of the backup engine with the Recovery Services Vault. (Inherited from BackupGenericEngine) |
Applies to
Azure SDK for .NET