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 --address-pool-name
--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.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
The name of the load balancer.
Protocol of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | Native, None, VXLAN |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Traffic type of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | External, Internal, None |
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Index of the tunnel interfaces to change.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Port of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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 --address-pool-name
--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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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 --address-pool-name
--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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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 --address-pool-name
--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.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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 --address-pool-name
--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
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
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>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Identifier of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Do not wait for the long-running operation to finish.
Property | Value |
---|---|
Accepted values: | 0, 1, f, false, n, no, t, true, y, yes |
Port of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Protocol of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | Native, None, VXLAN |
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Property | Value |
---|---|
Parameter group: | Generic Update Arguments |
Traffic type of gateway load balancer tunnel interface.
Property | Value |
---|---|
Parameter group: | Properties Arguments |
Accepted values: | External, Internal, None |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
Property | Value |
---|---|
Default value: | False |
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 --address-pool-name]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--lb-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
The name of the backend address pool.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Wait until created with 'provisioningState' at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Wait until deleted.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Wait until the resource exists.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
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.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Polling interval in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 30 |
The name of the load balancer.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Maximum wait in seconds.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | 3600 |
Wait until updated with provisioningState at 'Succeeded'.
Property | Value |
---|---|
Parameter group: | Wait Condition Arguments |
Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |