az network firewall management-ip-config

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 management-ip-config command. Learn more about extensions.

This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage and configure Azure Firewall Management IP configurations.

Commands

Name Description Type Status
az network firewall management-ip-config show

Get the details of an Azure Firewall Management IP configuration.

Extension Preview
az network firewall management-ip-config update

Update an Azure Firewall Management IP configuration.

Extension Preview

az network firewall management-ip-config show

Preview

Command group 'network firewall management-ip-config' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get the details of an Azure Firewall Management IP configuration.

az network firewall management-ip-config show [--firewall-name]
                                              [--ids]
                                              [--resource-group]
                                              [--subscription]

Optional Parameters

--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 management-ip-config update

Preview

Command group 'network firewall management-ip-config' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update an Azure Firewall Management IP configuration.

az network firewall management-ip-config update [--add]
                                                [--firewall-name]
                                                [--force-string]
                                                [--ids]
                                                [--public-ip-address]
                                                [--remove]
                                                [--resource-group]
                                                [--set]
                                                [--subscription]
                                                [--vnet-name]

Optional Parameters

--add

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>.

default value: []
--firewall-name -f

Azure Firewall name.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

default value: False
--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.

--public-ip-address

Name or ID of the public IP to use.

--remove

Remove a property or an element from a list. Example: --remove property.list <indexToRemove> OR --remove propertyToRemove.

default value: []
--resource-group -g

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

--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>.

default value: []
--subscription

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

--vnet-name

The virtual network (VNet) name. It should contain one subnet called "AzureFirewallManagementSubnet".

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.