Delen via


RecoveryPointRehydrationInfo Class

Definition

RP Rehydration Info.

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

Constructors

RecoveryPointRehydrationInfo()

Initializes a new instance of RecoveryPointRehydrationInfo.

Properties

RehydrationPriority

Rehydration Priority.

RehydrationRetentionDuration

How long the rehydrated RP should be kept Should be ISO8601 Duration format e.g. "P7D"

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryPointRehydrationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryPointRehydrationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryPointRehydrationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryPointRehydrationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryPointRehydrationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to