az network virtual-appliance
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage Azure Network Virtual Appliance.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network virtual-appliance connection |
Manage Azure Network Virtual Appliance Connection. |
Core | Preview |
az network virtual-appliance connection list |
Lists connections under the NVA. |
Core | Preview |
az network virtual-appliance connection show |
Get the details of specified NVA connection. |
Core | Preview |
az network virtual-appliance connection update |
Update existing connection to Network Virtual Appliance. |
Core | Preview |
az network virtual-appliance connection wait |
Place the CLI in a waiting state until a condition is met. |
Core | Preview |
az network virtual-appliance create |
Create an Azure network virtual appliance. |
Core | Preview |
az network virtual-appliance delete |
Delete an Azure network virtual appliance. |
Core | Preview |
az network virtual-appliance inbound-security-rule |
Manage Azure Network Virtual Appliance Inbound Security Rules. |
Core | Preview |
az network virtual-appliance inbound-security-rule create |
Create the specified Network Virtual Appliance Inbound Security Rules. |
Core | Preview |
az network virtual-appliance inbound-security-rule show |
Get the available specified Network Virtual Appliance Inbound Security Rules Collection. |
Core | Preview |
az network virtual-appliance list |
List all Azure network virtual appliance. |
Core | Preview |
az network virtual-appliance restart |
Restarts one or more VMs belonging to the specified Network Virtual Appliance. |
Core | Preview |
az network virtual-appliance show |
Show the detail of an Azure network virtual appliance. |
Core | Preview |
az network virtual-appliance site |
Manage Azure Network Virtual Appliance Site. |
Core | Preview |
az network virtual-appliance site create |
Create an Azure network virtual appliance site. |
Core | Preview |
az network virtual-appliance site delete |
Delete an Azure network virtual appliance site. |
Core | Preview |
az network virtual-appliance site list |
List all Azure network virtual appliance site. |
Core | Preview |
az network virtual-appliance site show |
Show the detail of an Azure network virtual appliance site. |
Core | Preview |
az network virtual-appliance site update |
Update an Azure network virtual appliance site. |
Core | Preview |
az network virtual-appliance site wait |
Place the CLI in a waiting state until a condition is met. |
Core | Preview |
az network virtual-appliance sku |
Manage Azure Network Virtual Appliance Sku. |
Core | Preview |
az network virtual-appliance sku list |
List all Azure network virtual appliance sku. |
Core | Preview |
az network virtual-appliance sku show |
Show the detail of an Azure network virtual appliance sku. |
Core | Preview |
az network virtual-appliance update |
Update an Azure network virtual appliance. |
Core | Preview |
az network virtual-appliance wait |
Place the CLI in a waiting state until a condition is met. |
Core | Preview |
az network virtual-appliance create
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create an Azure network virtual appliance.
az network virtual-appliance create --name
--resource-group
[--additional-nics]
[--asn]
[--boot-blobs]
[--cloud-blobs]
[--cloud-init-config]
[--delegation]
[--identity]
[--internet-ingress-ips]
[--location]
[--network-profile]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--scale-unit]
[--tags]
[--vendor]
[--version]
[--vhub]
Examples
Create an Azure network virtual appliance.
az network virtual-appliance create -n MyName -g MyRG --vhub {vhubID} --vendor "barracudasdwanrelease" --scale-unit 2 -v latest --asn 10000 --init-config "echo $hello" --boot-blobs {blobUrl1} {blobUrl2} --cloud-blobs {blobUrl3} {blobUrl4}
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
Details required for Additional Network Interface. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
VirtualAppliance ASN. The valid value ranges from 1 to 4294967295.
Space-separated list of BootStrapConfigurationBlobs storage URLs. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Space-separated list of CloudInitConfigurationBlob storage URLs. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
CloudInitConfiguration scripts that will be run during cloud initialization.
The delegation for the Virtual Appliance Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The identity of the Network Virtual Appliance, if configured. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
List of Resource Uri of Public IPs for Internet Ingress Scenario. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Network Profile containing configurations for Public and Private NIC. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Do not wait for the long-running operation to finish.
Virtual Appliance Scale Unit.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Virtual Appliance Vendor.
Virtual Appliance Version.
Name or ID of the virtual hub to which the Security Partner Provider belongs.
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 virtual-appliance delete
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete an Azure network virtual appliance.
az network virtual-appliance delete [--ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
[--yes]
Examples
Delete an Azure network virtual appliance.
az network virtual-appliance delete -n MyName -g MyRG -y
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.
The name of Network Virtual Appliance.
Do not wait for the long-running operation to finish.
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
.
Do not prompt for confirmation.
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 virtual-appliance list
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all Azure network virtual appliance.
az network virtual-appliance list [--max-items]
[--next-token]
[--resource-group]
Examples
List all Azure network virtual appliances.
az network virtual-appliance list -g MyRG
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
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 virtual-appliance restart
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Restarts one or more VMs belonging to the specified Network Virtual Appliance.
Restarting all or multiple VM instances will restart the VMs in parallel.
az network virtual-appliance restart [--ids]
[--instance-ids]
[--name]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--resource-group]
[--subscription]
Examples
Restart one network virtual appliance VM
az network virtual-appliance restart --resource-group rg1 --network-virtual-appliance-name nvaName --subscription subscriptionId --instance-ids 0
Restart multiple network virtual appliance VMs in parallel
az network virtual-appliance restart --resource-group rg1 --network-virtual-appliance-name nva --subscription subscriptionId --instance-ids 0 2
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.
Space-separated list of IDs (ex: 1 2 3 ...). Specifying more than one NVA instance id will result in the operation being performed on the corresponding virtual machines parallelly. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The name of the network virtual appliance.
Do not wait for the long-running operation to finish.
Name of the resource group.
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 virtual-appliance show
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show the detail of an Azure network virtual appliance.
az network virtual-appliance show [--expand]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show the detail of an Azure network virtual appliance.
az network virtual-appliance show -n MyName -g MyRG
Optional Parameters
Expands referenced resources. Default value is None.
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.
The name of Network Virtual Appliance.
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 virtual-appliance update
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update an Azure network virtual appliance.
az network virtual-appliance update [--add]
[--additional-nics]
[--asn]
[--boot-blobs]
[--cloud-blobs]
[--cloud-init-config]
[--delegation]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--identity]
[--ids]
[--internet-ingress-ips]
[--location]
[--name]
[--network-profile]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--remove]
[--resource-group]
[--scale-unit]
[--set]
[--subscription]
[--tags]
[--vendor]
[--version]
[--vhub]
Examples
Update an Azure network virtual appliance.
az network virtual-appliance update -n MyName -g MyRG --asn 20000 --init-config "echo $hello"
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>
.
Details required for Additional Network Interface. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
VirtualAppliance ASN. The valid value ranges from 1 to 4294967295.
Space-separated list of BootStrapConfigurationBlobs storage URLs. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Space-separated list of CloudInitConfigurationBlob storage URLs. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
CloudInitConfiguration scripts that will be run during cloud initialization.
The delegation for the Virtual Appliance Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
The identity of the Network Virtual Appliance, if configured. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
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.
List of Resource Uri of Public IPs for Internet Ingress Scenario. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
The name of Network Virtual Appliance.
Network Profile containing configurations for Public and Private NIC. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Do not wait for the long-running operation to finish.
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>
.
Virtual Appliance Scale Unit.
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. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Virtual Appliance Vendor.
Virtual Appliance Version.
Name or ID of the virtual hub to which the Security Partner Provider belongs.
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 virtual-appliance wait
Command group 'az network virtual-appliance' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Place the CLI in a waiting state until a condition is met.
az network virtual-appliance wait [--created]
[--custom]
[--deleted]
[--exists]
[--expand]
[--ids]
[--interval]
[--name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Expands referenced resources. Default value is None.
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.
Polling interval in seconds.
The name of Network Virtual Appliance.
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
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
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.
Azure CLI