az redis firewall-rules
Manage Redis firewall rules.
Commands
Name | Description | Type | Status |
---|---|---|---|
az redis firewall-rules create |
Create a redis cache firewall rule. |
Core | GA |
az redis firewall-rules delete |
Deletes a single firewall rule in a specified redis cache. |
Core | GA |
az redis firewall-rules list |
Gets all firewall rules in the specified redis cache. |
Core | GA |
az redis firewall-rules show |
Gets a single firewall rule in a specified redis cache. |
Core | GA |
az redis firewall-rules update |
Update a redis cache firewall rule. |
Core | GA |
az redis firewall-rules create
Create a redis cache firewall rule.
Usage example - az redis firewall-rules create --name testCacheName --resource-group testResourceGroup --start-ip 10.10.10.10 --end-ip 20.20.20.20 --rule-name 10to20.
az redis firewall-rules create --end-ip
--name
--resource-group
--rule-name
--start-ip
Required Parameters
Highest IP address included in the range.
Name of the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the firewall rule.
Lowest IP address included in the range.
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 redis firewall-rules delete
Deletes a single firewall rule in a specified redis cache.
az redis firewall-rules delete --rule-name
[--ids]
[--name]
[--resource-group]
[--subscription]
Required Parameters
The name of the firewall rule.
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 the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 redis firewall-rules list
Gets all firewall rules in the specified redis cache.
az redis firewall-rules list --name
--resource-group
Required Parameters
Name of the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 redis firewall-rules show
Gets a single firewall rule in a specified redis cache.
az redis firewall-rules show --rule-name
[--ids]
[--name]
[--resource-group]
[--subscription]
Required Parameters
The name of the firewall rule.
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 the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 redis firewall-rules update
Update a redis cache firewall rule.
az redis firewall-rules update --end-ip
--rule-name
--start-ip
[--ids]
[--name]
[--resource-group]
[--subscription]
Required Parameters
Highest IP address included in the range.
The name of the firewall rule.
Lowest IP address included in the range.
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 the Redis cache.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.