az network vwan
Note
This reference is part of the virtual-wan extension for the Azure CLI (version 2.55.0 or higher). The extension will automatically install the first time you run an az network vwan command. Learn more about extensions.
Manage virtual WANs.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network vwan create |
Create a virtual WAN. |
Extension | GA |
az network vwan delete |
Delete a virtual WAN. |
Extension | GA |
az network vwan list |
List virtual WANs. |
Extension | GA |
az network vwan show |
Get the details of a virtual WAN. |
Extension | GA |
az network vwan update |
Update settings of a virtual WAN. |
Extension | GA |
az network vwan create
Create a virtual WAN.
az network vwan create --name
--resource-group
[--branch-to-branch-traffic {false, true}]
[--disable-vpn-encryption {false, true}]
[--location]
[--office365-category]
[--security-provider-name]
[--tags]
[--type {Basic, Standard}]
Required Parameters
Name of the virtual WAN.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Allow branch-to-branch traffic flow.
State of VPN encryption.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The office local breakout category.
The security provider name.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The type of the VirtualWAN.
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 vwan delete
Delete a virtual WAN.
az network vwan delete [--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
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 the virtual WAN.
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 vwan list
List virtual WANs.
az network vwan 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 vwan show
Get the details of a virtual WAN.
az network vwan show [--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
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 the virtual WAN.
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 vwan update
Update settings of a virtual WAN.
az network vwan update [--add]
[--branch-to-branch-traffic {false, true}]
[--disable-vpn-encryption {false, true}]
[--force-string]
[--ids]
[--name]
[--office365-category]
[--remove]
[--resource-group]
[--security-provider-name]
[--set]
[--subscription]
[--tags]
[--type {Basic, Standard}]
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>
.
Allow branch-to-branch traffic flow.
State of VPN encryption.
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 of the virtual WAN.
The office local breakout category.
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>
.
The security provider 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
.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The type of the VirtualWAN.
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.