Share via


BackupGenericRecoveryPoint Class

Definition

Base class for backup copies. Workload-specific backup copies are derived from this class. Please note BackupGenericRecoveryPoint 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 FileShareRecoveryPoint, WorkloadPointInTimeRecoveryPoint, WorkloadRecoveryPoint, WorkloadSapAsePointInTimeRecoveryPoint, WorkloadSapAseRecoveryPoint, WorkloadSapHanaPointInTimeRecoveryPoint, WorkloadSapHanaRecoveryPoint, WorkloadSqlPointInTimeRecoveryPoint, WorkloadSqlRecoveryPoint, GenericRecoveryPoint and IaasVmRecoveryPoint.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesBackup.Models.UnknownRecoveryPoint))]
public abstract class BackupGenericRecoveryPoint : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericRecoveryPoint>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupGenericRecoveryPoint>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesBackup.Models.UnknownRecoveryPoint))>]
type BackupGenericRecoveryPoint = class
    interface IJsonModel<BackupGenericRecoveryPoint>
    interface IPersistableModel<BackupGenericRecoveryPoint>
Public MustInherit Class BackupGenericRecoveryPoint
Implements IJsonModel(Of BackupGenericRecoveryPoint), IPersistableModel(Of BackupGenericRecoveryPoint)
Inheritance
BackupGenericRecoveryPoint
Derived
Attributes
Implements

Constructors

BackupGenericRecoveryPoint()

Initializes a new instance of BackupGenericRecoveryPoint.

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.

IJsonModel<BackupGenericRecoveryPoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupGenericRecoveryPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupGenericRecoveryPoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupGenericRecoveryPoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to