az network lb outbound-rule
Manage outbound rules of a load balancer.
Commands
| az network lb outbound-rule create |
Create an outbound-rule. |
| az network lb outbound-rule delete |
Delete an outbound-rule. |
| az network lb outbound-rule list |
List outbound rules. |
| az network lb outbound-rule show |
Get the details of an outbound rule. |
| az network lb outbound-rule update |
Update an outbound-rule. |
az network lb outbound-rule create
Create an outbound-rule.
az network lb outbound-rule create --address-pool
--frontend-ip-configs
--lb-name
--name
--protocol {All, Tcp, Udp}
--resource-group
[--enable-tcp-reset {false, true}]
[--idle-timeout]
[--outbound-ports]
Examples
Create an outbound-rule. (autogenerated)
az network lb outbound-rule create --address-pool MyAddressPool --frontend-ip-configs myfrontendoutbound --idle-timeout 5 --lb-name MyLb --name MyOutboundRule --outbound-ports 10000 --protocol Udp --resource-group MyResourceGroup
Required Parameters
Name or ID of the backend address pool.
Space-separated list of frontend IP configuration names or IDs.
The load balancer name.
The name of the outbound rule.
Network transport protocol.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Receive bidirectional TCP reset on TCP flow idle timeout or unexpected connection termination. Only used when protocol is set to TCP.
Idle timeout in minutes.
The number of outbound ports to be used for NAT.
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 outbound-rule delete
Delete an outbound-rule.
az network lb outbound-rule delete --lb-name
--name
--resource-group
Examples
Delete an outbound-rule. (autogenerated)
az network lb outbound-rule delete --lb-name MyLb --name MyOutboundRule --resource-group MyResourceGroup
Required Parameters
The name of the load balancer.
The name of the outbound rule.
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 outbound-rule list
List outbound rules.
az network lb outbound-rule list --lb-name
--resource-group
Examples
List outbound rules. (autogenerated)
az network lb outbound-rule list --lb-name MyLb --resource-group MyResourceGroup
Required Parameters
The name of the load balancer.
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 outbound-rule show
Get the details of an outbound rule.
az network lb outbound-rule show --lb-name
--name
--resource-group
Examples
Get the details of an outbound rule. (autogenerated)
az network lb outbound-rule show --lb-name MyLb --name MyOutboundRule --resource-group MyResourceGroup
Required Parameters
The name of the load balancer.
The name of the outbound rule.
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 outbound-rule update
Update an outbound-rule.
az network lb outbound-rule update [--add]
[--address-pool]
[--enable-tcp-reset {false, true}]
[--force-string]
[--frontend-ip-configs]
[--idle-timeout]
[--ids]
[--lb-name]
[--name]
[--outbound-ports]
[--protocol {All, Tcp, Udp}]
[--remove]
[--resource-group]
[--set]
Examples
Update an outbound-rule. (autogenerated)
az network lb outbound-rule update --lb-name MyLb --name MyOutboundRule --outbound-ports 10000 --resource-group MyResourceGroup
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>.
Name or ID of the backend address pool.
Receive bidirectional TCP reset on TCP flow idle timeout or unexpected connection termination. Only used when protocol is set to TCP.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
Space-separated list of frontend IP configuration names or IDs.
Idle timeout in minutes.
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.
The load balancer name.
The name of the outbound rule.
The number of outbound ports to be used for NAT.
Network transport protocol.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ