Description | : Update a AutonomousDatabaseBackup |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "AutonomousDatabaseBackups_Update", "$parameters": { "properties": { "Description": { "new": "The type used for update operations of the AutonomousDatabaseBackup.", "old": "AutonomousDatabaseBackup resource definition" }, "$properties": { "properties": [ { "@removed_0c0005ef4f5745489e422ca521f6d981": { "#name": "autonomousDatabaseOcid", "Description": "The OCID of the Autonomous Database.", "Required": false, "Type": "string" } }, { "@removed_339f7947bf83413d836171b78a2218d3": { "#name": "databaseSizeInTbs", "Description": "The size of the database in terabytes at the time the backup was taken.", "Format": "double", "Required": false, "Type": "number" } }, { "@removed_00899c9a48f94576bf0e53535cec499a": { "#name": "dbVersion", "Description": "A valid Oracle Database version for Autonomous Database.", "Required": false, "Type": "string" } }, { "@removed_45e1e97ff8ee4582abf35dccdc03ab66": { "#name": "displayName", "Description": "The user-friendly name for the backup. The name does not have to be unique.", "Required": false, "Type": "string" } }, { "@removed_af88b58651674f5abdb13d9717c17d0d": { "#name": "ocid", "Description": "The OCID of the Autonomous Database backup.", "Required": false, "Type": "string" } }, { "@removed_67aeddf214eb482881a9ffb5e5488cc8": { "#name": "isAutomatic", "Description": "Indicates whether the backup is user-initiated or automatic.", "Required": false, "Type": "boolean" } }, { "@removed_b9608495db4f415b837c0f6c6dc8462b": { "#name": "isRestorable", "Description": "Indicates whether the backup can be used to restore the associated Autonomous Database.", "Required": false, "Type": "boolean" } }, { "@removed_c4b7e4422b5d48e88bf8003bacc7dbfe": { "#name": "lifecycleDetails", "Description": "Additional information about the current lifecycle state.", "Required": false, "Type": "string" } }, { "@removed_83d05cb560104fe781e37fa55410de14": { "#name": "lifecycleState", "Description": "The current state of the backup.", "Enum": [ [ "Creating", "AutonomousDatabase backup is creating" ], [ "Active", "AutonomousDatabase backup is active" ], [ "Deleting", "AutonomousDatabase backup is deleting" ], [ "Failed", "AutonomousDatabase backup is failed" ], [ "Updating", "AutonomousDatabase backup is updating" ] ], "Required": false, "Type": "string" } }, { "@removed_9dea94aebed64bbea517adb6d2e34847": { "#name": "sizeInTbs", "Description": "The backup size in terabytes (TB).", "Format": "double", "Required": false, "Type": "number" } }, { "@removed_2073041b0e6440c7976b942d2c9bb2b2": { "#name": "timeAvailableTil", "Description": "Timestamp until when the backup will be available.", "Format": "date-time", "Required": false, "Type": "string" } }, { "@removed_a28f5833398941679d3bd03411f89175": { "#name": "timeStarted", "Description": "The date and time the backup started.", "Required": false, "Type": "string" } }, { "@removed_aadac175ee784208a22d7709458ffdd3": { "#name": "timeEnded", "Description": "The date and time the backup completed.", "Required": false, "Type": "string" } }, { "@removed_129926fc6c3b44c5b45fa2e07e571703": { "#name": "backupType", "Description": "The type of backup.", "Enum": [ [ "Incremental", "Incremental backup" ], [ "Full", "Full backup" ], [ "LongTerm", "LongTerm backup" ] ], "Required": false, "Type": "string" } }, { "@removed_9266bef543534f15b7b6bb2fd5c0656f": { "#name": "provisioningState", "Description": "Azure resource provisioning state.", "Enum": [ [ "Succeeded", "Resource has been created." ], [ "Failed", "Resource creation failed." ], [ "Canceled", "Resource creation was canceled." ], [ "Provisioning", "Indicates that resource in Provisioning state" ] ], "Required": false, "Type": "string" } } ] } } } }
⚼ Request
PATCH:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/autonomousDatabases/{autonomousdatabasename}/autonomousDatabaseBackups/{adbbackupid}
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
autonomousdatabasename:
string
,
adbbackupid:
string
,
properties:
}
{
,
properties:
}
{
,
retentionPeriodInDays:
integer
,
}
⚐ Response (200)
{
properties:
}
{
,
autonomousDatabaseOcid:
string
,
databaseSizeInTbs:
number
,
dbVersion:
string
,
displayName:
string
,
ocid:
string
,
isAutomatic:
boolean
,
isRestorable:
boolean
,
lifecycleDetails:
string
,
lifecycleState:
enum
,
retentionPeriodInDays:
integer
,
sizeInTbs:
number
,
timeAvailableTil:
string
,
timeStarted:
string
,
timeEnded:
string
,
backupType:
enum
,
provisioningState:
enum
,
}
⚐ Response (202)
{
location:
string
,
retry-after:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}