az network application-gateway rewrite-rule condition
Manage rewrite rule conditions of an application gateway.
Commands
az network application-gateway rewrite-rule condition create |
Create a rewrite rule condition. |
az network application-gateway rewrite-rule condition delete |
Delete a rewrite rule condition. |
az network application-gateway rewrite-rule condition list |
List rewrite rule conditions. |
az network application-gateway rewrite-rule condition list-server-variables |
Lists all available server variables. |
az network application-gateway rewrite-rule condition show |
Get the details of a rewrite rule condition. |
az network application-gateway rewrite-rule condition update |
Update a rewrite rule condition. |
az network application-gateway rewrite-rule condition create
Create a rewrite rule condition.
az network application-gateway rewrite-rule condition create --gateway-name
--resource-group
--rule-name
--rule-set-name
--variable
[--ignore-case {false, true}]
[--negate {false, true}]
[--no-wait]
[--pattern]
[--subscription]
Required Parameters
Name of the application gateway.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the rewrite rule.
Name of the rewrite rule set.
The variable whose value is being evaluated.
Optional Parameters
Make comparison case-insensitive.
Check the negation of the condition.
Do not wait for the long-running operation to finish.
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network application-gateway rewrite-rule condition delete
Delete a rewrite rule condition.
az network application-gateway rewrite-rule condition delete --variable
[--gateway-name]
[--ids]
[--no-wait]
[--resource-group]
[--rule-name]
[--rule-set-name]
[--subscription]
Required Parameters
The variable whose value is being evaluated.
Optional Parameters
Name of the application gateway.
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.
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 of the rewrite rule.
Name of the rewrite rule set.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network application-gateway rewrite-rule condition list
List rewrite rule conditions.
az network application-gateway rewrite-rule condition list --gateway-name
--resource-group
--rule-name
--rule-set-name
[--query-examples]
[--subscription]
Examples
List rewrite rule conditions. (autogenerated)
az network application-gateway rewrite-rule condition list --gateway-name MyGateway --resource-group MyResourceGroup --rule-name MyRule --rule-set-name MyRuleSet
Required Parameters
Name of the application gateway.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the rewrite rule.
Name of the rewrite rule set.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network application-gateway rewrite-rule condition list-server-variables
Lists all available server variables.
az network application-gateway rewrite-rule condition list-server-variables [--subscription]
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network application-gateway rewrite-rule condition show
Get the details of a rewrite rule condition.
az network application-gateway rewrite-rule condition show --variable
[--gateway-name]
[--ids]
[--query-examples]
[--resource-group]
[--rule-name]
[--rule-set-name]
[--subscription]
Required Parameters
The variable whose value is being evaluated.
Optional Parameters
Name of the application gateway.
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.
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the rewrite rule.
Name of the rewrite rule set.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network application-gateway rewrite-rule condition update
Update a rewrite rule condition.
az network application-gateway rewrite-rule condition update --variable
[--add]
[--force-string]
[--gateway-name]
[--ids]
[--ignore-case {false, true}]
[--negate {false, true}]
[--no-wait]
[--pattern]
[--remove]
[--resource-group]
[--rule-name]
[--rule-set-name]
[--set]
[--subscription]
Required Parameters
The variable whose value is being evaluated.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Name of the application gateway.
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.
Make comparison case-insensitive.
Check the negation of the condition.
Do not wait for the long-running operation to finish.
The pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the rewrite rule.
Name of the rewrite rule set.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
Increase logging verbosity. Use --debug for full debug logs.