Share via


WorkloadSqlPointInTimeRecoveryPoint Class

Definition

Recovery point specific to PointInTime.

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

Constructors

WorkloadSqlPointInTimeRecoveryPoint()

Initializes a new instance of WorkloadSqlPointInTimeRecoveryPoint.

Properties

ExtendedInfo

Extended Info that provides data directory details. Will be populated in two cases: When a specific recovery point is accessed using GetRecoveryPoint Or when ListRecoveryPoints is called for Log RP only with ExtendedInfo query filter

(Inherited from WorkloadSqlRecoveryPoint)
RecoveryPointCreatedOn

UTC time at which recovery point was created.

(Inherited from WorkloadRecoveryPoint)
RecoveryPointMoveReadinessInfo

Eligibility of RP to be moved to another tier.

(Inherited from WorkloadRecoveryPoint)
RecoveryPointProperties

Properties of Recovery Point.

(Inherited from WorkloadRecoveryPoint)
RecoveryPointTierDetails

Recovery point tier information.

(Inherited from WorkloadRecoveryPoint)
RestorePointType

Type of restore point.

(Inherited from WorkloadRecoveryPoint)
TimeRanges

List of log ranges.

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.

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

Writes the model to the provided Utf8JsonWriter.

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

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

IJsonModel<WorkloadSqlPointInTimeRecoveryPoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<WorkloadSqlRecoveryPoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from WorkloadSqlRecoveryPoint)
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.

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

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

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

Writes the model into a BinaryData.

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

Converts the provided BinaryData into a model.

IPersistableModel<WorkloadSqlPointInTimeRecoveryPoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WorkloadSqlPointInTimeRecoveryPoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<WorkloadSqlRecoveryPoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from WorkloadSqlRecoveryPoint)

Applies to