az network lb address-pool address
Manage backend addresses of the load balance backend address pool.
Commands
| az network lb address-pool address add |
Add one backend address into the load balance backend address pool. |
| az network lb address-pool address list |
List all backend addresses of the load balance backend address pool. |
| az network lb address-pool address remove |
Remove one backend address from the load balance backend address pool. |
az network lb address-pool address add
Add one backend address into the load balance backend address pool.
az network lb address-pool address add --ip-address
--lb-name
--name
--pool-name
--resource-group
[--subnet]
[--vnet]
Examples
Add one backend address into the load balance backend address pool.
az network lb address-pool address add -g MyResourceGroup --lb-name MyLb --pool-name MyAddressPool -n MyAddress --vnet MyVnet --ip-address 10.0.0.1
Add one backend address into the load balance backend address pool with subnet.
az network lb address-pool address add -g MyResourceGroup --lb-name MyLb --pool-name MyAddressPool -n MyAddress --subnet /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/MyRg/providers/Microsoft.Network/virtualNetworks/vnet/subnets/subnet2 --ip-address 10.0.0.1
Required Parameters
Ip Address within the Virtual Network.
The load balancer name.
Name of the backend address.
The name of the backend address pool. If only one exists, omit to use as default.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Name or Id of the existing subnet.(If name is provided, vnet is also required;If id, vnet is not required).
Name or Id of the virtual network.
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 address list
List all backend addresses of the load balance backend address pool.
az network lb address-pool address list --lb-name
--pool-name
--resource-group
Examples
List all backend addresses of the load balance backend address pool.
az network lb address-pool address list -g MyResourceGroup --lb-name MyLb --pool-name MyAddressPool
Required Parameters
The load balancer name.
The name of the backend address pool. If only one exists, omit to use as default.
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 address remove
Remove one backend address from the load balance backend address pool.
az network lb address-pool address remove --lb-name
--name
--pool-name
--resource-group
Examples
Remove one backend address from the load balance backend address pool.
az network lb address-pool address remove -g MyResourceGroup --lb-name MyLb --pool-name MyAddressPool -n MyAddress
Required Parameters
The load balancer name.
Name of the backend address.
The name of the backend address pool. If only one exists, omit to use as default.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ