az network firewall policy rule-collection-group
Note
This reference is part of the azure-firewall extension for the Azure CLI (version 2.45.0 or higher). The extension will automatically install the first time you run an az network firewall policy rule-collection-group command. Learn more about extensions.
Manage and configure Azure firewall policy rule collection group.
Commands
az network firewall policy rule-collection-group collection |
Manage and configure Azure firewall policy rule collections in the rule collection group. |
az network firewall policy rule-collection-group collection add-filter-collection |
Add a filter collection into an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group collection add-nat-collection |
Add a NAT collection into an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group collection list |
List all rule collections of an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group collection remove |
Remove a rule collection from an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group collection rule |
Manage and configure the rule of a filter collection in the rule collection group of Azure firewall policy. |
az network firewall policy rule-collection-group collection rule add |
Add a rule into an Azure firewall policy rule collection. |
az network firewall policy rule-collection-group collection rule remove |
Remove a rule from an Azure firewall policy rule collection. |
az network firewall policy rule-collection-group collection rule update |
Update a rule of an Azure firewall policy rule collection. |
az network firewall policy rule-collection-group create |
Create an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group delete |
Delete an Azure Firewall policy rule collection group. |
az network firewall policy rule-collection-group list |
List all Azure firewall policy rule collection groups. |
az network firewall policy rule-collection-group show |
Show an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group update |
Update an Azure firewall policy rule collection group. |
az network firewall policy rule-collection-group create
Create an Azure firewall policy rule collection group.
az network firewall policy rule-collection-group create --name
--policy-name
--priority
--resource-group
Required Parameters
The name of the Firewall Policy Rule Collection Group.
The name of the Firewall Policy.
Priority of the Firewall Policy Rule Collection Group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network firewall policy rule-collection-group delete
Delete an Azure Firewall policy rule collection group.
az network firewall policy rule-collection-group delete --name
--policy-name
--resource-group
Required Parameters
The name of the Firewall Policy Rule Collection Group.
The name of the Firewall Policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network firewall policy rule-collection-group list
List all Azure firewall policy rule collection groups.
az network firewall policy rule-collection-group list --policy-name
--resource-group
Required Parameters
The name of the Firewall Policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network firewall policy rule-collection-group show
Show an Azure firewall policy rule collection group.
az network firewall policy rule-collection-group show --name
--policy-name
--resource-group
Required Parameters
The name of the Firewall Policy Rule Collection Group.
The name of the Firewall Policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 network firewall policy rule-collection-group update
Update an Azure firewall policy rule collection group.
az network firewall policy rule-collection-group update --name
--policy-name
--resource-group
[--add]
[--force-string]
[--priority]
[--remove]
[--set]
[--tags]
Required Parameters
The name of the Firewall Policy Rule Collection Group.
The name of the Firewall Policy.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
Priority of the Firewall Policy Rule Collection Group.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.
Feedback
Submit and view feedback for