az network front-door rules-engine rule condition
Manage Rules Engine match conditions for Front Door.
Commands
az network front-door rules-engine rule condition add |
Add a match condition to a Rules Engine rule. |
az network front-door rules-engine rule condition list |
Show all match conditions associated with a Rules Engine rule. |
az network front-door rules-engine rule condition remove |
Remove a match condition from a Rules Engine rule. |
az network front-door rules-engine rule condition add
Add a match condition to a Rules Engine rule.
az network front-door rules-engine rule condition add --front-door-name
--name
--resource-group
--rules-engine-name
[--match-values]
[--match-variable {IsMobile, PostArgs, QueryString, RemoteAddr, RequestBody, RequestFilename, RequestFilenameExtension, RequestHeader, RequestMethod, RequestPath, RequestScheme, RequestUri}]
[--negate-condition {false, true}]
[--operator {Any, BeginsWith, Contains, EndsWith, Equal, GeoMatch, GreaterThan, GreaterThanOrEqual, IPMatch, LessThan, LessThanOrEqual}]
[--selector]
[--transforms {Lowercase, RemoveNulls, Trim, Uppercase, UrlDecode, UrlEncode}]
Required Parameters
Name of the Front Door.
Name of the rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Rules Engine.
Optional Parameters
Space-separated list of values to match against.
Name of the match condition.
Applies "Not" to the operator.
Operator of the match condition.
Optional selector for the match condition variable.
Space-separated list of transforms to apply.
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 front-door rules-engine rule condition list
Show all match conditions associated with a Rules Engine rule.
az network front-door rules-engine rule condition list --front-door-name
--name
--resource-group
--rules-engine-name
Required Parameters
Name of the Front Door.
Name of the rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Rules Engine.
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 front-door rules-engine rule condition remove
Remove a match condition from a Rules Engine rule.
az network front-door rules-engine rule condition remove --front-door-name
--index
--name
--resource-group
--rules-engine-name
Required Parameters
Name of the Front Door.
0-based index of the match condition to remove.
Name of the rule.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Rules Engine.
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.