Sdílet prostřednictvím


WorkloadRecoveryPoint Class

Definition

Workload specific recovery point, specifically encapsulates full/diff recovery point Please note WorkloadRecoveryPoint is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WorkloadPointInTimeRecoveryPoint, WorkloadSapHanaPointInTimeRecoveryPoint, WorkloadSapHanaRecoveryPoint, WorkloadSqlPointInTimeRecoveryPoint and WorkloadSqlRecoveryPoint.

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

Constructors

WorkloadRecoveryPoint()

Initializes a new instance of WorkloadRecoveryPoint.

Properties

RecoveryPointCreatedOn

UTC time at which recovery point was created.

RecoveryPointMoveReadinessInfo

Eligibility of RP to be moved to another tier.

RecoveryPointProperties

Properties of Recovery Point.

RecoveryPointTierDetails

Recovery point tier information.

RestorePointType

Type of restore point.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupGenericRecoveryPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupGenericRecoveryPoint)
IJsonModel<WorkloadRecoveryPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WorkloadRecoveryPoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericRecoveryPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupGenericRecoveryPoint)
IPersistableModel<WorkloadRecoveryPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadRecoveryPoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadRecoveryPoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to