Share via


RestoreJobRecoveryPointDetails Class

Definition

The RestoreJobRecoveryPointDetails.

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

Properties

RecoverOn

Gets the recover on.

RecoveryPointId

Gets the recovery point id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RestoreJobRecoveryPointDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RestoreJobRecoveryPointDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestoreJobRecoveryPointDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestoreJobRecoveryPointDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RestoreJobRecoveryPointDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to