az network virtual-appliance site
Manage Azure Network Virtual Appliance Site.
Commands
az network virtual-appliance site create |
Create an Azure network virtual appliance site. |
az network virtual-appliance site delete |
Delete an Azure network virtual appliance site. |
az network virtual-appliance site list |
List all Azure network virtual appliance site. |
az network virtual-appliance site show |
Show the detail of an Azure network virtual appliance site. |
az network virtual-appliance site update |
Update an Azure network virtual appliance site. |
az network virtual-appliance site create
Create an Azure network virtual appliance site.
az network virtual-appliance site create --address-prefix
--appliance-name
--name
--resource-group
[--allow {false, true}]
[--default {false, true}]
[--optimize {false, true}]
[--subscription]
Examples
Create an Azure network virtual appliance site.
az network virtual-appliance site create -n MyName -g MyRG --appliance-name MyAppliance --address-prefix 10.0.0.0/24 --allow --default --optimize
Required Parameters
Address Prefix of Network Virtual Appliance Site.
The name of Network Virtual Appliance.
The name of Network Virtual Appliance Site.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Flag to control breakout of o365 allow category.
Flag to control breakout of o365 default category.
Flag to control breakout of o365 optimize category.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 virtual-appliance site delete
Delete an Azure network virtual appliance site.
az network virtual-appliance site delete --appliance-name
--name
--resource-group
[--subscription]
[--yes]
Required Parameters
The name of Network Virtual Appliance.
The name of Network Virtual Appliance Site.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
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 virtual-appliance site list
List all Azure network virtual appliance site.
az network virtual-appliance site list --appliance-name
--resource-group
[--query-examples]
[--subscription]
Required Parameters
The name of Network Virtual Appliance.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 virtual-appliance site show
Show the detail of an Azure network virtual appliance site.
az network virtual-appliance site show --appliance-name
--name
--resource-group
[--query-examples]
[--subscription]
Required Parameters
The name of Network Virtual Appliance.
The name of Network Virtual Appliance Site.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 virtual-appliance site update
Update an Azure network virtual appliance site.
az network virtual-appliance site update --address-prefix
--appliance-name
--name
--resource-group
[--add]
[--allow {false, true}]
[--default {false, true}]
[--force-string]
[--optimize {false, true}]
[--remove]
[--set]
[--subscription]
Examples
Update an Azure network virtual appliance site.
az network virtual-appliance site update -n MyName -g MyRG --appliance-name MyAppliance --address-prefix 10.0.0.0/24 --allow false --default false --optimize false
Required Parameters
Address Prefix of Network Virtual Appliance Site.
The name of Network Virtual Appliance.
The name of Network Virtual Appliance Site.
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>.
Flag to control breakout of o365 allow category.
Flag to control breakout of o365 default category.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Flag to control breakout of o365 optimize category.
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=.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.