az postgres flexible-server parameter
Commands for managing server parameter values for flexible server.
Commands
Name | Description | Type | Status |
---|---|---|---|
az postgres flexible-server parameter list |
List the parameter values for a flexible server. |
Core | GA |
az postgres flexible-server parameter set |
Update the parameter of a flexible server. |
Core | GA |
az postgres flexible-server parameter show |
Get the parameter for a flexible server.". |
Core | GA |
az postgres flexible-server parameter list
List the parameter values for a flexible server.
az postgres flexible-server parameter list --resource-group
--server-name
Examples
List the parameter values for a flexible server.
az postgres flexible-server parameter list --resource-group testGroup --server-name servername
List the parameter values for a flexible server in table format.
az postgres flexible-server parameter list --resource-group testGroup --server-name servername --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.
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 postgres flexible-server parameter set
Update the parameter of a flexible server.
az postgres flexible-server parameter set [--ids]
[--name]
[--resource-group]
[--server-name]
[--source]
[--subscription]
[--value]
Examples
Set a new parameter value.
az postgres flexible-server parameter set --resource-group testGroup --server-name servername --name parameterName --value parameterValue
Set a parameter value to its default.
az postgres flexible-server parameter set --resource-group testGroup --server-name servername --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 postgres flexible-server parameter show
Get the parameter for a flexible server.".
az postgres flexible-server parameter show [--ids]
[--name]
[--resource-group]
[--server-name]
[--subscription]
Examples
Get the parameter for a server.W
az postgres flexible-server parameter show --resource-group testGroup --server-name servername --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.