RouteTablePropertiesFormat interface
Route Table resource.
Properties
| disable |
Whether to disable the routes learned by BGP on that route table. True means disable. |
| disable |
Whether to disable the routes learned by peering on the route table. 'None' means peering routes are enabled, 'All' means all peering routes are disabled. |
| provisioning |
The provisioning state of the route table resource. |
| resource |
The resource GUID property of the route table. |
| routes | Collection of routes contained within a route table. |
| subnets | A collection of references to subnets. |
Property Details
disableBgpRoutePropagation
Whether to disable the routes learned by BGP on that route table. True means disable.
disableBgpRoutePropagation?: boolean
Property Value
boolean
disablePeeringRoute
Whether to disable the routes learned by peering on the route table. 'None' means peering routes are enabled, 'All' means all peering routes are disabled.
disablePeeringRoute?: string
Property Value
string
provisioningState
The provisioning state of the route table resource.
provisioningState?: string
Property Value
string
resourceGuid
The resource GUID property of the route table.
resourceGuid?: string
Property Value
string