Description | : Exports the backup of the given server by creating a backup if not existing. |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/backupAndExport
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
serverName:
string
,
parameters:
}
{
,
targetDetails:
}
{
,
objectType:
string
,
}
⚐ Response (200)
{
status:
enum
,
startTime:
string
,
endTime:
string
,
percentComplete:
number
,
properties:
{
,
datasourceSizeInBytes:
integer
,
dataTransferredInBytes:
integer
,
backupMetadata:
string
,
}
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
⚐ Response (202)
{
location:
string
,
azure-asyncoperation:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}