az network ip-group
Note
This reference is part of the ip-group extension for the Azure CLI (version 2.0.67 or higher). The extension will automatically install the first time you run an az network ip-group command. Learn more about extensions.
Commands to manage IpGroup.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network ip-group create |
Create an IpGroup. |
Extension | GA |
az network ip-group delete |
Delete an IpGroup. |
Extension | GA |
az network ip-group list |
List all of IpGroup. |
Extension | GA |
az network ip-group show |
Show details of an IpGroup. |
Extension | GA |
az network ip-group update |
Update an IpGroup. |
Extension | GA |
az network ip-group create
Create an IpGroup.
az network ip-group create --ip-addresses
--name
--resource-group
[--location]
[--tags]
Required Parameters
Space-separated list of IpAddress or IpAddressPrefix.
Name of the IpGroup.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 ip-group delete
Delete an IpGroup.
az network ip-group delete --name
--resource-group
Required Parameters
Name of the IpGroup.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 ip-group list
List all of IpGroup.
az network ip-group list [--resource-group]
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 ip-group show
Show details of an IpGroup.
az network ip-group show --name
--resource-group
[--expand]
Required Parameters
Name of the IpGroup.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Expands resourceIds (of Firewalls/Network Security Groups etc.) back referenced by the IpGroups resource.
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 ip-group update
Update an IpGroup.
az network ip-group update --name
--resource-group
[--add]
[--force-string]
[--ip-addresses]
[--remove]
[--set]
[--tags]
Required Parameters
Name of the IpGroup.
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.
Space-separated list of IpAddress or IpAddressPrefix.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.