az network lb address-pool tunnel-interface
Manage tunnel interfaces of a load balancer.
Commands
| az network lb address-pool tunnel-interface add |
Add one tunnel interface into the load balance tunnel interface pool. |
| az network lb address-pool tunnel-interface list |
List all tunnel interfacees of the load balance tunnel interface pool. |
| az network lb address-pool tunnel-interface remove |
Remove one tunnel interface from the load balance tunnel interface pool. |
| az network lb address-pool tunnel-interface update |
Update one tunnel interface of load balance tunnel interface pool. |
az network lb address-pool tunnel-interface add
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}
[--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. If only one exists, omit to use as default.
Identifier of gateway load balancer tunnel interface.
The load balancer name.
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
Port of gateway load balancer tunnel interface.
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
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. If only one exists, omit to use as default.
The load balancer name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
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
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
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. If only one exists, omit to use as default.
Index of the tunnel interfaces to change.
The load balancer name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
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
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
[--identifier]
[--port]
[--protocol {Native, None, VXLAN}]
[--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. If only one exists, omit to use as default.
Index of the tunnel interfaces to change.
The load balancer name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Identifier of gateway load balancer tunnel interface.
Port of gateway load balancer tunnel interface.
Protocol of gateway load balancer tunnel interface.
Traffic type of gateway load balancer tunnel interface.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ