MabContainer 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.
Container with items backed up using MAB backup engine.
[Newtonsoft.Json.JsonObject("Windows")]
public class MabContainer : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionContainer
[<Newtonsoft.Json.JsonObject("Windows")>]
type MabContainer = class
inherit ProtectionContainer
Public Class MabContainer
Inherits ProtectionContainer
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
MabContainer() |
Initializes a new instance of the MabContainer class. |
MabContainer(String, String, String, String, String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, MabContainerExtendedInfo, IList<MABContainerHealthDetails>, String) |
Initializes a new instance of the MabContainer class. |
Properties
AgentVersion |
Gets or sets agent version of this container. |
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 can the container be registered one more time. |
ContainerHealthState |
Gets or sets health state of mab container. |
ContainerId |
Gets or sets containerID represents the container. |
ExtendedInfo |
Gets or sets additional information for this container |
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) |
MabContainerHealthDetails |
Gets or sets health details on this mab container. |
ProtectableObjectType |
Gets or sets type of the protectable object associated with this container (Inherited from ProtectionContainer) |
ProtectedItemCount |
Gets or sets number of items backed up in this container. |
RegistrationStatus |
Gets or sets status of registration of the container with the Recovery Services Vault. (Inherited from ProtectionContainer) |
Applies to
Azure SDK for .NET