az network vwan
Manage virtual WANs.
Commands
az network vwan create |
Create a virtual WAN. |
az network vwan delete |
Delete a virtual WAN. |
az network vwan list |
List virtual WANs. |
az network vwan show |
Get the details of a virtual WAN. |
az network vwan update |
Update settings of a virtual WAN. |
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.
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 vwan delete
Delete a virtual WAN.
az network vwan delete --name
--resource-group
Required Parameters
Name of the virtual WAN.
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 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>
.
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 vwan show
Get the details of a virtual WAN.
az network vwan show --name
--resource-group
Required Parameters
Name of the virtual WAN.
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 vwan update
Update settings of a virtual WAN.
az network vwan update --name
--resource-group
[--add]
[--branch-to-branch-traffic {false, true}]
[--disable-vpn-encryption {false, true}]
[--force-string]
[--office365-category]
[--remove]
[--security-provider-name]
[--set]
[--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
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.
The office local breakout category.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
The security provider name.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
The type of the VirtualWAN.
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.