az network lb address-pool tunnel-interface
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage tunnel interfaces of a load balancer.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network lb address-pool tunnel-interface add |
Add one tunnel interface into the load balance tunnel interface pool. |
Core | Preview |
az network lb address-pool tunnel-interface list |
List all tunnel interfacees of the load balance tunnel interface pool. |
Core | Preview |
az network lb address-pool tunnel-interface remove |
Remove one tunnel interface from the load balance tunnel interface pool. |
Core | Preview |
az network lb address-pool tunnel-interface show |
Get one tunnel interface of load balance tunnel interface pool. |
Core | Preview |
az network lb address-pool tunnel-interface update |
Update one tunnel interface of load balance tunnel interface pool. |
Core | Preview |
az network lb address-pool tunnel-interface wait |
Place the CLI in a waiting state until a condition is met. |
Core | Preview |
az network lb address-pool tunnel-interface add
Command group 'az network lb address-pool tunnel-interface' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Add one tunnel interface into the load balance tunnel interface pool.
az network lb address-pool tunnel-interface add --address-pool
--identifier
--lb-name
--protocol {Native, None, VXLAN}
--resource-group
--type {External, Internal, None}
[--index]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--port]
Examples
Add one tunnel interface into the load balance tunnel interface pool.
az network lb address-pool tunnel-interface add -g MyResourceGroup --lb-name MyLb --address-pool MyAddressPool --type external --protocol vxlan --identifier 901 --port 10000
Required Parameters
The name of the backend address pool.
Identifier of gateway load balancer tunnel interface.
The name of the load balancer.
Protocol of gateway load balancer tunnel interface.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Traffic type of gateway load balancer tunnel interface.
Optional Parameters
Index of the tunnel interfaces to change.
Do not wait for the long-running operation to finish.
Port of gateway load balancer tunnel interface.
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 lb address-pool tunnel-interface list
Command group 'az network lb address-pool tunnel-interface' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List all tunnel interfacees of the load balance tunnel interface pool.
az network lb address-pool tunnel-interface list --address-pool
--lb-name
--resource-group
Examples
List all tunnel interfacees of the load balance tunnel interface pool.
az network lb address-pool tunnel-interface list -g MyResourceGroup --lb-name MyLb --address-pool MyAddressPool
Required Parameters
The name of the backend address pool.
The name of the load balancer.
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 lb address-pool tunnel-interface remove
Command group 'az network lb address-pool tunnel-interface' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Remove one tunnel interface from the load balance tunnel interface pool.
az network lb address-pool tunnel-interface remove --address-pool
--index
--lb-name
--resource-group
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
Examples
Remove one tunnel interface from the load balance tunnel interface pool.
az network lb address-pool tunnel-interface remove -g MyResourceGroup --lb-name MyLb --address-pool MyAddressPool --index 0
Required Parameters
The name of the backend address pool.
Index of the tunnel interfaces to change.
The name of the load balancer.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
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 lb address-pool tunnel-interface show
Command group 'az network lb address-pool tunnel-interface' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get one tunnel interface of load balance tunnel interface pool.
az network lb address-pool tunnel-interface show --address-pool
--index
--lb-name
--resource-group
Examples
Get one tunnel interface from the load balance tunnel interface pool.
az network lb address-pool tunnel-interface show -g MyResourceGroup --lb-name MyLb --address-pool MyAddressPool --index 0
Required Parameters
The name of the backend address pool.
Index of the tunnel interfaces to change.
The name of the load balancer.
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 lb address-pool tunnel-interface update
Command group 'az network lb address-pool tunnel-interface' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update one tunnel interface of load balance tunnel interface pool.
az network lb address-pool tunnel-interface update --address-pool
--index
--lb-name
--resource-group
[--add]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--identifier]
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
[--port]
[--protocol {Native, None, VXLAN}]
[--remove]
[--set]
[--type {External, Internal, None}]
Examples
update one tunnel interface of load balance tunnel interface pool.
az network lb address-pool tunnel-interface update -g MyResourceGroup --lb-name MyLb --address-pool MyAddressPool --type external --protocol vxlan --identifier 901 --port 10000 --index 0
Required Parameters
The name of the backend address pool.
Index of the tunnel interfaces to change.
The name of the load balancer.
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.
Identifier of gateway load balancer tunnel interface.
Do not wait for the long-running operation to finish.
Port of gateway load balancer tunnel interface.
Protocol of gateway load balancer tunnel interface.
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>
.
Traffic type of gateway load balancer tunnel interface.
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 lb address-pool tunnel-interface wait
Command group 'az network lb address-pool tunnel-interface' 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 lb address-pool tunnel-interface wait [--address-pool]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--lb-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
The name of the backend address pool.
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.
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 the load balancer.
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.