VmWorkloadProtectedItemExtendedInfo Class

Definition

Additional information on Azure Workload for SQL specific backup item.

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

Constructors

Name Description
VmWorkloadProtectedItemExtendedInfo()

Initializes a new instance of VmWorkloadProtectedItemExtendedInfo.

Properties

Name Description
NewestRecoverOnInArchive

The latest backup copy available for this backup item in archive tier.

OldestRecoverOn

The oldest backup copy available for this backup item across all tiers.

OldestRecoverOnInArchive

The oldest backup copy available for this backup item in archive tier.

OldestRecoverOnInVault

The oldest backup copy available for this backup item in vault tier.

PolicyState

Indicates consistency of policy object and policy applied to this backup item.

RecoveryModel

Indicates consistency of policy object and policy applied to this backup item.

RecoveryPointCount

Number of backup copies available for this backup item.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<VmWorkloadProtectedItemExtendedInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VmWorkloadProtectedItemExtendedInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmWorkloadProtectedItemExtendedInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmWorkloadProtectedItemExtendedInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VmWorkloadProtectedItemExtendedInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to