Share via


BackupRehydrationContent Class

Definition

Azure Backup Rehydrate Request.

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

Constructors

BackupRehydrationContent(String, TimeSpan)

Initializes a new instance of BackupRehydrationContent.

Properties

RecoveryPointId

Id of the recovery point to be recovered.

RehydrationPriority

Priority to be used for rehydration. Values High or Standard.

RehydrationRetentionDuration

Retention duration in ISO 8601 format i.e P10D .

Explicit Interface Implementations

IJsonModel<BackupRehydrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupRehydrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupRehydrationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupRehydrationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupRehydrationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to