az network firewall ip-config
Manage and configure Azure Firewall IP configurations.
Commands
az network firewall ip-config create |
Create an Azure Firewall IP configuration. |
az network firewall ip-config delete |
Delete an Azure Firewall IP configuration. |
az network firewall ip-config list |
List Azure Firewall IP configurations. |
az network firewall ip-config show |
Get the details of an Azure Firewall IP configuration. |
az network firewall ip-config create
Create an Azure Firewall IP configuration.
az network firewall ip-config create --firewall-name
--name
--public-ip-address
--resource-group
[--m-name]
[--m-public-ip-address]
[--m-vnet-name]
[--vnet-name]
Required Parameters
Azure Firewall name.
Name of the IP configuration.
Name or ID of the public IP to use.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name of the management IP configuration.
Name or ID of the public IP to use for management ip configuation.
The virtual network (VNet) name for management ip configuation. It should contain one subnet called "AzureFirewallManagementSubnet".
The virtual network (VNet) name. It should contain one subnet called "AzureFirewallSubnet".
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 ip-config delete
Delete an Azure Firewall IP configuration.
az network firewall ip-config delete --firewall-name
--name
--resource-group
Required Parameters
Azure Firewall name.
Name of the IP configuration.
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 ip-config list
List Azure Firewall IP configurations.
az network firewall ip-config list --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 ip-config show
Get the details of an Azure Firewall IP configuration.
az network firewall ip-config show --firewall-name
--name
--resource-group
Required Parameters
Azure Firewall name.
Name of the IP configuration.
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.