CrossRegionRestoreRequestObject Class

Definition

Cross Region Restore Request Object.

public class CrossRegionRestoreRequestObject
type CrossRegionRestoreRequestObject = class
Public Class CrossRegionRestoreRequestObject
Inheritance
CrossRegionRestoreRequestObject

Constructors

CrossRegionRestoreRequestObject(BackupRestoreContent, CrossRegionRestoreDetails)

Initializes a new instance of CrossRegionRestoreRequestObject.

Properties

CrossRegionRestoreDetails

Cross region restore details.

RestoreRequestObject

Gets or sets the restore request object. Please note BackupRestoreContent 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 BackupRecoveryPointBasedRestoreContent, BackupRecoveryTimeBasedRestoreContent and BackupRestoreWithRehydrationContent.

Applies to