Delete Backup Selection
backup_delete_backup_selection | R Documentation |
Deletes the resource selection associated with a backup plan that is specified by the SelectionId¶
Description¶
Deletes the resource selection associated with a backup plan that is
specified by the SelectionId
.
Usage¶
backup_delete_backup_selection(BackupPlanId, SelectionId)
Arguments¶
BackupPlanId |
[required] Uniquely identifies a backup plan. |
SelectionId |
[required] Uniquely identifies the body of a request to assign a set of resources to a backup plan. |
Value¶
An empty list.
Request syntax¶
svc$delete_backup_selection(
BackupPlanId = "string",
SelectionId = "string"
)