BackupRestoreWithRehydrationContent 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.
AzureBackup Restore with Rehydration Request.
public class BackupRestoreWithRehydrationContent : Azure.ResourceManager.DataProtectionBackup.Models.BackupRecoveryPointBasedRestoreContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreWithRehydrationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupRestoreWithRehydrationContent>
type BackupRestoreWithRehydrationContent = class
inherit BackupRecoveryPointBasedRestoreContent
interface IJsonModel<BackupRestoreWithRehydrationContent>
interface IPersistableModel<BackupRestoreWithRehydrationContent>
Public Class BackupRestoreWithRehydrationContent
Inherits BackupRecoveryPointBasedRestoreContent
Implements IJsonModel(Of BackupRestoreWithRehydrationContent), IPersistableModel(Of BackupRestoreWithRehydrationContent)
- Inheritance
-
BackupRestoreWithRehydrationContent
- Implements
Constructors
| Name | Description |
|---|---|
| BackupRestoreWithRehydrationContent(RestoreTargetInfoBase, SourceDataStoreType, String, BackupRehydrationPriority, TimeSpan) |
Initializes a new instance of BackupRestoreWithRehydrationContent. |
Properties
| Name | Description |
|---|---|
| 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 RecoveryPointId. (Inherited from BackupRecoveryPointBasedRestoreContent) |
| RehydrationPriority |
Priority to be used for rehydration. Values High or Standard. |
| RehydrationRetentionDuration |
Retention duration in ISO 8601 format i.e P10D . |
| ResourceGuardOperationRequests |
ResourceGuardOperationRequests on which LAC check will be performed. (Inherited from BackupRestoreContent) |
| RestoreTargetInfo |
Gets or sets the restore target information. (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) |