AzureBackupServerEngine Class

Definition

Backup engine type when Azure Backup Server is used to manage the backups.

public class AzureBackupServerEngine : Microsoft.Azure.Management.RecoveryServices.Backup.Models.BackupEngineBase
type AzureBackupServerEngine = class
    inherit BackupEngineBase
Public Class AzureBackupServerEngine
Inherits BackupEngineBase
Inheritance
AzureBackupServerEngine

Constructors

AzureBackupServerEngine()

Initializes a new instance of the AzureBackupServerEngine class.

AzureBackupServerEngine(String, String, String, String, String, Nullable<Boolean>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, BackupEngineExtendedInfo)

Initializes a new instance of the AzureBackupServerEngine 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