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

Preview

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

--address-pool --address-pool-name

The name of the backend address pool.

--identifier

Identifier of gateway load balancer tunnel interface.

--lb-name

The name of the load balancer.

--protocol

Protocol of gateway load balancer tunnel interface.

accepted values: Native, None, VXLAN
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--type

Traffic type of gateway load balancer tunnel interface.

accepted values: External, Internal, None

Optional Parameters

--index

Index of the tunnel interfaces to change.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--port

Port of gateway load balancer tunnel interface.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network lb address-pool tunnel-interface list

Preview

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

--address-pool --address-pool-name

The name of the backend address pool.

--lb-name

The name of the load balancer.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network lb address-pool tunnel-interface remove

Preview

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

--address-pool --address-pool-name

The name of the backend address pool.

--index

Index of the tunnel interfaces to change.

--lb-name

The name of the load balancer.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network lb address-pool tunnel-interface show

Preview

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

--address-pool --address-pool-name

The name of the backend address pool.

--index

Index of the tunnel interfaces to change.

--lb-name

The name of the load balancer.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network lb address-pool tunnel-interface update

Preview

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

--address-pool --address-pool-name

The name of the backend address pool.

--index

Index of the tunnel interfaces to change.

--lb-name

The name of the load balancer.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Optional Parameters

--add

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>.

--force-string

When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--identifier

Identifier of gateway load balancer tunnel interface.

--no-wait

Do not wait for the long-running operation to finish.

accepted values: 0, 1, f, false, n, no, t, true, y, yes
--port

Port of gateway load balancer tunnel interface.

--protocol

Protocol of gateway load balancer tunnel interface.

accepted values: Native, None, VXLAN
--remove

Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.

--set

Update an object by specifying a property path and value to set. Example: --set property1.property2=.

--type

Traffic type of gateway load balancer tunnel interface.

accepted values: External, Internal, None
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az network lb address-pool tunnel-interface wait

Preview

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

--address-pool --address-pool-name

The name of the backend address pool.

--created

Wait until created with 'provisioningState' at 'Succeeded'.

default value: False
--custom

Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

Wait until deleted.

default value: False
--exists

Wait until the resource exists.

default value: False
--ids

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.

--interval

Polling interval in seconds.

default value: 30
--lb-name

The name of the load balancer.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--timeout

Maximum wait in seconds.

default value: 3600
--updated

Wait until updated with provisioningState at 'Succeeded'.

default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.