Share via


MabContainer Class

Definition

Container with items backed up using MAB backup engine.

public class MabContainer : Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericProtectionContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.MabContainer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.MabContainer>
type MabContainer = class
    inherit BackupGenericProtectionContainer
    interface IJsonModel<MabContainer>
    interface IPersistableModel<MabContainer>
Public Class MabContainer
Inherits BackupGenericProtectionContainer
Implements IJsonModel(Of MabContainer), IPersistableModel(Of MabContainer)
Inheritance
Implements

Constructors

MabContainer()

Initializes a new instance of MabContainer.

Properties

AgentVersion

Agent version of this container.

BackupManagementType

Type of backup management for the container.

(Inherited from BackupGenericProtectionContainer)
CanReRegister

Can the container be registered one more time.

ContainerHealthState

Health state of mab container.

ContainerId

ContainerID represents the container.

ExtendedInfo

Additional information for this container.

FriendlyName

Friendly name of the container.

(Inherited from BackupGenericProtectionContainer)
HealthStatus

Status of health of the container.

(Inherited from BackupGenericProtectionContainer)
MabContainerHealthDetails

Health details on this mab container.

ProtectableObjectType

Type of the protectable object associated with this container.

(Inherited from BackupGenericProtectionContainer)
ProtectedItemCount

Number of items backed up in this container.

RegistrationStatus

Status of registration of the container with the Recovery Services Vault.

(Inherited from BackupGenericProtectionContainer)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericProtectionContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from BackupGenericProtectionContainer)
IJsonModel<BackupGenericProtectionContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericProtectionContainer)
IJsonModel<MabContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MabContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericProtectionContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BackupGenericProtectionContainer)
IPersistableModel<BackupGenericProtectionContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from BackupGenericProtectionContainer)
IPersistableModel<BackupGenericProtectionContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BackupGenericProtectionContainer)
IPersistableModel<MabContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MabContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MabContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to