az mysql flexible-server export
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage export backup on a server.
Commands
Name | Description | Type | Status |
---|---|---|---|
az mysql flexible-server export create |
Create an export backup for a given server with specified backup name. |
Core | Preview |
az mysql flexible-server export create
Command group 'mysql flexible-server export' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create an export backup for a given server with specified backup name.
az mysql flexible-server export create --backup-name
--name
--resource-group
--sas-uri
Examples
Create a export backup for 'testsvr' with backup name 'testbackup'.
az mysql flexible-server export create -g testgroup -n testsvr -b testbackup -u destsasuri
Required Parameters
The name of the new export backup.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
SAS URI for destination container.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |