BackupRestoreContent Class

Definition

Azure backup restore request 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.

public abstract class BackupRestoreContent
type BackupRestoreContent = class
Public MustInherit Class BackupRestoreContent
Inheritance
BackupRestoreContent
Derived

Constructors

BackupRestoreContent(RestoreTargetInfoBase, SourceDataStoreType)

Initializes a new instance of BackupRestoreContent.

Properties

IdentityDetails

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

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.

SourceDataStoreType

Gets or sets the type of the source data store.

SourceResourceId

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

Applies to