BackupRecoveryPointBasedRestoreContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure backup recoveryPoint based restore request Please note BackupRecoveryPointBasedRestoreContent 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 BackupRestoreWithRehydrationContent.
public class BackupRecoveryPointBasedRestoreContent : Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent>
public class BackupRecoveryPointBasedRestoreContent : Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreContent
type BackupRecoveryPointBasedRestoreContent = class
inherit BackupRestoreContent
interface IJsonModel<BackupRecoveryPointBasedRestoreContent>
interface IPersistableModel<BackupRecoveryPointBasedRestoreContent>
type BackupRecoveryPointBasedRestoreContent = class
inherit BackupRestoreContent
Public Class BackupRecoveryPointBasedRestoreContent
Inherits BackupRestoreContent
Implements IJsonModel(Of BackupRecoveryPointBasedRestoreContent), IPersistableModel(Of BackupRecoveryPointBasedRestoreContent)
Public Class BackupRecoveryPointBasedRestoreContent
Inherits BackupRestoreContent
- Inheritance
- Derived
- Implements
Constructors
BackupRecoveryPointBasedRestoreContent(RestoreTargetInfoBase, SourceDataStoreType, String) |
Initializes a new instance of BackupRecoveryPointBasedRestoreContent. |
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. |
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
Applies to
Azure SDK for .NET