ValidateCrossRegionRestoreRequestObject Class

Definition

Cross Region Restore Request Object.

public class ValidateCrossRegionRestoreRequestObject
type ValidateCrossRegionRestoreRequestObject = class
Public Class ValidateCrossRegionRestoreRequestObject
Inheritance
ValidateCrossRegionRestoreRequestObject

Constructors

ValidateCrossRegionRestoreRequestObject(BackupRestoreContent, CrossRegionRestoreDetails)

Initializes a new instance of ValidateCrossRegionRestoreRequestObject.

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