Long Term Retention Backups - Update
Updates an existing long term retention backup.
POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/longTermRetentionServers/{longTermRetentionServerName}/longTermRetentionDatabases/{longTermRetentionDatabaseName}/longTermRetentionBackups/{backupName}/update?api-version=2021-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
backup
|
path | True |
string |
The backup name. |
location
|
path | True |
string |
The location of the database. |
long
|
path | True |
string |
The name of the database |
long
|
path | True |
string |
The name of the server |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
api-version
|
query | True |
string |
The API version to use for the request. |
Request Body
Name | Type | Description |
---|---|---|
properties.requestedBackupStorageRedundancy |
The storage redundancy type of the copied backup |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully updated the backup. |
|
202 Accepted |
Updating the backup is in progress. |
|
Other Status Codes |
*** Error Responses: ***
|
Examples
Update the long term retention backup.
Sample request
POST https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/japaneast/longTermRetentionServers/testserver/longTermRetentionDatabases/testDatabase/longTermRetentionBackups/55555555-6666-7777-8888-999999999999;131637960820000000/update?api-version=2021-11-01
{
"properties": {
"requestedBackupStorageRedundancy": "Geo"
}
}
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/japanEast/longTermRetentionBackupOperationResults/a1aa7c77-961b-4fbb-bcd6-aa9acfcd1706",
"name": "a1aa7c77-961b-4fbb-bcd6-aa9acfcd1706",
"type": "Microsoft.Sql/locations/longTermRetentionBackupOperationResults",
"properties": {
"requestId": "a1aa7c77-961b-4fbb-bcd6-aa9acfcd1706",
"fromBackupResourceId": "/subscriptions/00000000-1111-2222-3333-444444444444/providers/Microsoft.Sql/locations/japanEast/longTermRetentionServers/testserver/longterRetentionDatabases/testDatabase/longTermRetentionBackups/55555555-6666-7777-8888-999999999999;131637960820000000",
"operationType": "UpdateBackup",
"status": "Succeeded",
"targetBackupStorageRedundancy": "Geo"
}
}
Definitions
Name | Description |
---|---|
Backup |
The storage redundancy type of the copied backup |
Long |
A LongTermRetentionBackup operation result resource. |
Update |
Contains the information necessary to perform long term retention backup update operation. |
BackupStorageRedundancy
The storage redundancy type of the copied backup
Name | Type | Description |
---|---|---|
Geo |
string |
|
GeoZone |
string |
|
Local |
string |
|
Zone |
string |
LongTermRetentionBackupOperationResult
A LongTermRetentionBackup operation result resource.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.fromBackupResourceId |
string |
Source backup resource id |
properties.message |
string |
Progress message |
properties.operationType |
string |
Operation type. |
properties.requestId |
string |
Request Id. |
properties.status |
string |
Operation status |
properties.targetBackupStorageRedundancy |
The storage redundancy type of the copied backup |
|
properties.toBackupResourceId |
string |
Target backup resource id |
type |
string |
Resource type. |
UpdateLongTermRetentionBackupParameters
Contains the information necessary to perform long term retention backup update operation.
Name | Type | Description |
---|---|---|
properties.requestedBackupStorageRedundancy |
The storage redundancy type of the copied backup |