az mysql flexible-server parameter
Commands for managing server parameter values for flexible server.
Commands
| az mysql flexible-server parameter list |
List the parameter values for a flexible server. |
| az mysql flexible-server parameter set |
Update the parameter of a flexible server. |
| az mysql flexible-server parameter show |
Get the parameter for a flexible server.". |
az mysql flexible-server parameter list
List the parameter values for a flexible server.
az mysql flexible-server parameter list --resource-group
--server-name
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.
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]
[--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.
Value of the configuration.
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]
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.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ