Sdílet prostřednictvím


BackupServerContainer Class

Definition

AzureBackupServer (DPMVenus) workload-specific protection container.

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

Constructors

BackupServerContainer()

Initializes a new instance of BackupServerContainer.

Properties

BackupManagementType

Type of backup management for the container.

(Inherited from BackupGenericProtectionContainer)
CanReRegister

Specifies whether the container is re-registrable.

(Inherited from DpmContainer)
ContainerId

ID of container.

(Inherited from DpmContainer)
DpmAgentVersion

Backup engine Agent version.

(Inherited from DpmContainer)
DpmServers

List of BackupEngines protecting the container.

(Inherited from DpmContainer)
ExtendedInfoLastRefreshedOn

Last refresh time of the DPMContainer.

(Inherited from DpmContainer)
FriendlyName

Friendly name of the container.

(Inherited from BackupGenericProtectionContainer)
HealthStatus

Status of health of the container.

(Inherited from BackupGenericProtectionContainer)
IsUpgradeAvailable

To check if upgrade available.

(Inherited from DpmContainer)
ProtectableObjectType

Type of the protectable object associated with this container.

(Inherited from BackupGenericProtectionContainer)
ProtectedItemCount

Number of protected items in the BackupEngine.

(Inherited from DpmContainer)
ProtectionStatus

Protection status of the container.

(Inherited from DpmContainer)
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<BackupServerContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupServerContainer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DpmContainer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from DpmContainer)
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<BackupServerContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupServerContainer>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupServerContainer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DpmContainer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from DpmContainer)

Applies to