UpdateRecoveryResourcesRequest interface
RecoveryResources post action request to update in batch.
Properties
| resources |
A list of recovery orchestration resources that need to be removed from the recovery orchestration plan. |
| resources |
A list of recovery orchestration resources whose properties need to be updated. |
Property Details
resourcesToRemove
A list of recovery orchestration resources that need to be removed from the recovery orchestration plan.
resourcesToRemove?: string[]
Property Value
string[]
resourcesToUpdate
A list of recovery orchestration resources whose properties need to be updated.
resourcesToUpdate?: RecoveryResource[]