Share via


BackupRestoreWithRehydrationContent Class

Definition

AzureBackup Restore with Rehydration Request.

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

Constructors

BackupRestoreWithRehydrationContent(RestoreTargetInfoBase, SourceDataStoreType, String, BackupRehydrationPriority, TimeSpan)

Initializes a new instance of BackupRestoreWithRehydrationContent.

Properties

IdentityDetails

Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.

(Inherited from BackupRestoreContent)
RecoveryPointId

Gets the recovery point id.

(Inherited from BackupRecoveryPointBasedRestoreContent)
RehydrationPriority

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

RehydrationRetentionDuration

Retention duration in ISO 8601 format i.e P10D .

ResourceGuardOperationRequests

ResourceGuardOperationRequests on which LAC check will be performed.

(Inherited from BackupRestoreContent)
RestoreTargetInfo

Gets or sets the restore target information. Please note RestoreTargetInfoBase 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 ItemLevelRestoreTargetInfo, RestoreFilesTargetInfo and RestoreTargetInfo.

(Inherited from BackupRestoreContent)
SourceDataStoreType

Gets or sets the type of the source data store.

(Inherited from BackupRestoreContent)
SourceResourceId

Fully qualified Azure Resource Manager ID of the datasource which is being recovered.

(Inherited from BackupRestoreContent)

Explicit Interface Implementations

IJsonModel<BackupRecoveryPointBasedRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupRecoveryPointBasedRestoreContent)
IJsonModel<BackupRestoreContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupRestoreContent)
IJsonModel<BackupRestoreWithRehydrationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupRestoreWithRehydrationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupRecoveryPointBasedRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupRecoveryPointBasedRestoreContent)
IPersistableModel<BackupRestoreContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupRestoreContent)
IPersistableModel<BackupRestoreWithRehydrationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupRestoreWithRehydrationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupRestoreWithRehydrationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to