az mysql flexible-server parameter
Commands for managing server parameter values for flexible server.
Commands
Name | Description | Type | Status |
---|---|---|---|
az mysql flexible-server parameter list |
List the parameter values for a flexible server. |
Core | GA |
az mysql flexible-server parameter set |
Update the parameter of a flexible server. |
Core | GA |
az mysql flexible-server parameter set-batch |
Batch update parameters of a flexible server. |
Core | GA |
az mysql flexible-server parameter show |
Get the parameter for a flexible server.". |
Core | GA |
az mysql flexible-server parameter list
List the parameter values for a flexible server.
az mysql flexible-server parameter list --resource-group
--server-name
[--keyword]
[--page]
[--page-size]
[--tags]
Examples
List the parameter values for a flexible server.
az mysql flexible-server parameter list --resource-group testGroup --server-name testserver
List the parameter values for a flexible server in table format.
az mysql flexible-server parameter list --resource-group testGroup --server-name testserver --output table
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Optional Parameters
The keyword of the server configuration. Default value is None.
The page of the server configuration. Default value is None.
The pageSize of the server configuration. Default value is None.
The tags of the server configuration. Default value is None.
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 mysql flexible-server parameter set
Update the parameter of a flexible server.
az mysql flexible-server parameter set [--ids]
[--name]
[--resource-group]
[--server-name]
[--source]
[--subscription]
[--value]
Examples
Set a new parameter value.
az mysql flexible-server parameter set --resource-group testGroup --server-name testserver --name parameterName --value parameterValue
Set a parameter value to its default.
az mysql flexible-server parameter set --resource-group testGroup --server-name testserver --name parameterName
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 name of the server configuration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Source of the configuration.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Value of the configuration.
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 mysql flexible-server parameter set-batch
Batch update parameters of a flexible server.
az mysql flexible-server parameter set-batch --args
[--ids]
[--resource-group]
[--server-name]
[--source]
[--subscription]
Examples
Batch set parameters.
az mysql flexible-server parameter set-batch --resource-group testGroup --server-name testserver --source "user-override" --args key1="value1" key2="value2"
Required Parameters
List of the configuration key-value pair.
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.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
Source of the configuration.
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 mysql flexible-server parameter show
Get the parameter for a flexible server.".
az mysql flexible-server parameter show [--ids]
[--name]
[--resource-group]
[--server-name]
[--subscription]
Examples
Get the parameter for a server.
az mysql flexible-server parameter show --resource-group testGroup --server-name testserver --name parameterName
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 name of the server configuration.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the server. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
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.