az sql virtual-cluster
Manage SQL virtual clusters.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql virtual-cluster delete |
Delete a virtual cluster. |
Core | GA |
az sql virtual-cluster list |
List available virtual clusters. |
Core | GA |
az sql virtual-cluster show |
Get the details for a virtual cluster. |
Core | GA |
az sql virtual-cluster delete
Delete a virtual cluster.
az sql virtual-cluster delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
Examples
Delete a virtual cluster
az sql virtual-cluster delete -g mygroup -n mycluster
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The virtual cluster name.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 virtual-cluster list
List available virtual clusters.
az sql virtual-cluster list [--resource-group]
Examples
List all virtual clusters in the current subscription.
az sql virtual-cluster list
List all virtual clusters in a resource group.
az sql virtual-cluster list -g mygroup
Optional Parameters
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 virtual-cluster show
Get the details for a virtual cluster.
az sql virtual-cluster show [--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Get the details for a virtual cluster
az sql virtual-cluster show -g mygroup -n mycluster
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The virtual cluster name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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