az network firewall application-rule collection

Note

This reference is part of the azure-firewall extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az network firewall application-rule collection command. Learn more about extensions.

Manage and configure Azure Firewall application rule collections.

Collections are created as part of the az network firewall application-rule create command.

Commands

Name Description Type Status
az network firewall application-rule collection delete

Delete an Azure Firewall application rule collection.

Extension GA
az network firewall application-rule collection list

List Azure Firewall application rule collections.

Extension GA
az network firewall application-rule collection show

Get the details of an Azure Firewall application rule collection.

Extension GA

az network firewall application-rule collection delete

Delete an Azure Firewall application rule collection.

az network firewall application-rule collection delete [--collection-name]
                                                       [--firewall-name]
                                                       [--ids]
                                                       [--resource-group]
                                                       [--subscription]

Optional Parameters

--collection-name -c

Name of the rule collection.

--firewall-name -f

Azure Firewall name.

--ids

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.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network firewall application-rule collection list

List Azure Firewall application rule collections.

az network firewall application-rule collection list --firewall-name
                                                     --resource-group

Required Parameters

--firewall-name -f

Azure Firewall name.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network firewall application-rule collection show

Get the details of an Azure Firewall application rule collection.

az network firewall application-rule collection show [--collection-name]
                                                     [--firewall-name]
                                                     [--ids]
                                                     [--resource-group]
                                                     [--subscription]

Optional Parameters

--collection-name -c

Name of the rule collection.

--firewall-name -f

Azure Firewall name.

--ids

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.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.