AzureBackupRestoreWithRehydrationRequest interface
AzureBackup Restore with Rehydration Request
- Extends
Properties
object |
Polymorphic discriminator, which specifies the different types this object can be |
rehydration |
Priority to be used for rehydration. Values High or Standard |
rehydration |
Retention duration in ISO 8601 format i.e P10D . |
Inherited Properties
identity |
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned. |
recovery |
|
resource |
ResourceGuardOperationRequests on which LAC check will be performed |
restore |
Gets or sets the restore target information. |
source |
Gets or sets the type of the source data store. |
source |
Fully qualified Azure Resource Manager ID of the datasource which is being recovered. |
Property Details
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "AzureBackupRestoreWithRehydrationRequest"
Property Value
"AzureBackupRestoreWithRehydrationRequest"
rehydrationPriority
Priority to be used for rehydration. Values High or Standard
rehydrationPriority: string
Property Value
string
rehydrationRetentionDuration
Retention duration in ISO 8601 format i.e P10D .
rehydrationRetentionDuration: string
Property Value
string
Inherited Property Details
identityDetails
Contains information of the Identity Details for the BI. If it is null, default will be considered as System Assigned.
identityDetails?: IdentityDetails
Property Value
Inherited From AzureBackupRecoveryPointBasedRestoreRequest.identityDetails
recoveryPointId
recoveryPointId: string
Property Value
string
Inherited From AzureBackupRecoveryPointBasedRestoreRequest.recoveryPointId
resourceGuardOperationRequests
ResourceGuardOperationRequests on which LAC check will be performed
resourceGuardOperationRequests?: string[]
Property Value
string[]
Inherited From AzureBackupRecoveryPointBasedRestoreRequest.resourceGuardOperationRequests
restoreTargetInfo
Gets or sets the restore target information.
restoreTargetInfo: RestoreTargetInfoBaseUnion
Property Value
Inherited From AzureBackupRecoveryPointBasedRestoreRequest.restoreTargetInfo
sourceDataStoreType
Gets or sets the type of the source data store.
sourceDataStoreType: string
Property Value
string
Inherited From AzureBackupRecoveryPointBasedRestoreRequest.sourceDataStoreType
sourceResourceId
Fully qualified Azure Resource Manager ID of the datasource which is being recovered.
sourceResourceId?: string
Property Value
string
Inherited From AzureBackupRecoveryPointBasedRestoreRequest.sourceResourceId