az network firewall management-ip-config
Manage and configure Azure Firewall Management IP configurations.
Commands
az network firewall management-ip-config show |
Get the details of an Azure Firewall Management IP configuration. |
az network firewall management-ip-config update |
Update an Azure Firewall Management IP configuration. |
az network firewall management-ip-config show
Get the details of an Azure Firewall Management IP configuration.
az network firewall management-ip-config show --firewall-name
--resource-group
Required Parameters
Azure Firewall name.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network firewall management-ip-config update
Update an Azure Firewall Management IP configuration.
az network firewall management-ip-config update --firewall-name
--resource-group
[--add]
[--force-string]
[--public-ip-address]
[--remove]
[--set]
[--vnet-name]
Required Parameters
Azure Firewall name.
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.
Name or ID of the public IP to use.
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=.
The virtual network (VNet) name. It should contain one subnet called "AzureFirewallManagementSubnet".
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.
Increase logging verbosity. Use --debug for full debug logs.