az network firewall management-ip-config
Note
This reference is part of the azure-firewall extension for the Azure CLI (version 2.61.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
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
Azure Firewall name.
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 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 network firewall management-ip-config update
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 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>
.
Azure Firewall name.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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 or ID of the public IP to use.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The virtual network (VNet) name. It should contain one subnet called "AzureFirewallManagementSubnet".
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.
Azure CLI