AzureBackupServerContainer Class

Definition

AzureBackupServer (DPMVenus) workload-specific protection container.

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

Constructors

AzureBackupServerContainer()

Initializes a new instance of the AzureBackupServerContainer class.

AzureBackupServerContainer(String, String, String, String, String, Nullable<Boolean>, String, Nullable<Int64>, String, IList<String>, Nullable<Boolean>, String, DPMContainerExtendedInfo)

Initializes a new instance of the AzureBackupServerContainer class.

Properties

BackupManagementType

Gets or sets type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

(Inherited from ProtectionContainer)
CanReRegister

Gets or sets specifies whether the container is re-registrable.

(Inherited from DpmContainer)
ContainerId

Gets or sets ID of container.

(Inherited from DpmContainer)
DpmAgentVersion

Gets or sets backup engine Agent version

(Inherited from DpmContainer)
DpmServers

Gets or sets list of BackupEngines protecting the container

(Inherited from DpmContainer)
ExtendedInfo

Gets or sets extended Info of the container.

(Inherited from DpmContainer)
FriendlyName

Gets or sets friendly name of the container.

(Inherited from ProtectionContainer)
HealthStatus

Gets or sets status of health of the container.

(Inherited from ProtectionContainer)
ProtectableObjectType

Gets or sets type of the protectable object associated with this container

(Inherited from ProtectionContainer)
ProtectedItemCount

Gets or sets number of protected items in the BackupEngine

(Inherited from DpmContainer)
ProtectionStatus

Gets or sets protection status of the container.

(Inherited from DpmContainer)
RegistrationStatus

Gets or sets status of registration of the container with the Recovery Services Vault.

(Inherited from ProtectionContainer)
UpgradeAvailable

Gets or sets to check if upgrade available

(Inherited from DpmContainer)

Applies to