az network route-table
Manage route tables.
Commands
| az network route-table create |
Create a route table. |
| az network route-table delete |
Delete a route table. |
| az network route-table list |
List route tables. |
| az network route-table route |
Manage routes in a route table. |
| az network route-table route create |
Create a route in a route table. |
| az network route-table route delete |
Delete a route from a route table. |
| az network route-table route list |
List routes in a route table. |
| az network route-table route show |
Get the details of a route in a route table. |
| az network route-table route update |
Update a route in a route table. |
| az network route-table show |
Get the details of a route table. |
| az network route-table update |
Update a route table. |
az network route-table create
Create a route table.
az network route-table create --name
--resource-group
[--disable-bgp-route-propagation {false, true}]
[--location]
[--tags]
Examples
Create a route table.
az network route-table create -g MyResourceGroup -n MyRouteTable
Required Parameters
Name of the route table.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Disable routes learned by BGP.
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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 route-table delete
Delete a route table.
az network route-table delete [--ids]
[--name]
[--resource-group]
Examples
Delete a route table.
az network route-table delete -g MyResourceGroup -n MyRouteTable
Optional Parameters
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.
Name of the route table.
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 route-table list
List route tables.
az network route-table list [--resource-group]
Examples
List all route tables in a subscription.
az network route-table list -g MyResourceGroup
Optional Parameters
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 route-table show
Get the details of a route table.
az network route-table show [--expand]
[--ids]
[--name]
[--resource-group]
Examples
Get the details of a route table.
az network route-table show -g MyResourceGroup -n MyRouteTable
Optional Parameters
Expands referenced resources.
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.
Name of the route table.
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 route-table update
Update a route table.
az network route-table update [--add]
[--disable-bgp-route-propagation {false, true}]
[--force-string]
[--ids]
[--name]
[--remove]
[--resource-group]
[--set]
[--tags]
Examples
Update a route table to disable BGP route propogation.
az network route-table update -g MyResourceGroup -n MyRouteTable --disable-bgp-route-propagation true
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>.
Disable routes learned by BGP.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
Name of the route table.
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=.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.
الملاحظات
إرسال الملاحظات وعرضها المتعلقة بـ