Dela via


MabContainerExtendedInfo Class

Definition

Additional information of the container.

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

Constructors

MabContainerExtendedInfo()

Initializes a new instance of MabContainerExtendedInfo.

Properties

BackupItems

List of backup items associated with this container.

BackupItemType

Type of backup items associated with this container.

LastBackupStatus

Latest backup status of this container.

LastRefreshedOn

Time stamp when this container was refreshed.

PolicyName

Backup policy associated with this container.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MabContainerExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MabContainerExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MabContainerExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MabContainerExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MabContainerExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to