BackupRestoreWithRehydrationContent Class

Definition

AzureBackup Restore with Rehydration Request.

public class BackupRestoreWithRehydrationContent : Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent
type BackupRestoreWithRehydrationContent = class
    inherit BackupRecoveryPointBasedRestoreContent
Public Class BackupRestoreWithRehydrationContent
Inherits BackupRecoveryPointBasedRestoreContent
Inheritance

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 .

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)

Applies to