Description Usage Arguments Value Request syntax
View source: R/backup_operations.R
Deletes the resource selection associated with a backup plan that is
specified by the SelectionId
.
1 | backup_delete_backup_selection(BackupPlanId, SelectionId)
|
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. |
An empty list.
1 2 3 4 | svc$delete_backup_selection(
BackupPlanId = "string",
SelectionId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.