az sql recoverable-midb
Recoverable managed databases command group.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql recoverable-midb list |
Get all recoverable managed databases for given instance name. |
Core | GA |
az sql recoverable-midb show |
Get recoverable managed database. |
Core | GA |
az sql recoverable-midb list
Get all recoverable managed databases for given instance name.
az sql recoverable-midb list --instance-name
--resource-group
Examples
List all recoverable managed databases for given instance name
az sql recoverable-midb list -g mygroup --mi myinstance
Required Parameters
The name of the managed instance. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az sql recoverable-midb show
Get recoverable managed database.
az sql recoverable-midb show --database-name
--instance-name
--resource-group
Examples
Get recoverable managed database
az sql recoverable-midb show -g mygroup --mi myinstance -n mymanageddb
Required Parameters
The id of recoverable database from geo-replicated instance.
The name of the managed instance. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
Azure CLI