共用方式為


DpmProtectedItemExtendedInfo Class

Definition

Additional information of DPM Protected item.

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

Constructors

DpmProtectedItemExtendedInfo()

Initializes a new instance of DpmProtectedItemExtendedInfo.

Properties

DiskStorageUsedInBytes

Used Disk storage in bytes.

IsCollocated

To check if backup item is collocated.

IsPresentOnCloud

To check if backup item is cloud protected.

IsProtected

To check if backup item is disk protected.

LastBackupStatus

Last backup status information on backup item.

LastRefreshedOn

Last refresh time on backup item.

OldestRecoverOn

Oldest cloud recovery point time.

OnPremiseLatestRecoverOn

latest disk recovery point time.

OnPremiseOldestRecoverOn

Oldest disk recovery point time.

OnPremiseRecoveryPointCount

disk recovery point count.

ProtectableObjectLoadPath

Attribute to provide information on various DBs.

ProtectionGroupName

Protection group name of the backup item.

RecoveryPointCount

cloud recovery point count.

TotalDiskStorageSizeInBytes

total Disk storage in bytes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DpmProtectedItemExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DpmProtectedItemExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DpmProtectedItemExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DpmProtectedItemExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DpmProtectedItemExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to