Share via


RouteTablePropertiesFormatOutput interface

Route Table resource.

Properties

disableBgpRoutePropagation

Whether to disable the routes learned by BGP on that route table. True means disable.

provisioningState

The provisioning state of the route table resource.

resourceGuid

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

provisioningState

The provisioning state of the route table resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

resourceGuid

The resource GUID property of the route table.

resourceGuid?: string

Property Value

string

routes

Collection of routes contained within a route table.

routes?: RouteOutput[]

Property Value

subnets

A collection of references to subnets.

subnets?: SubnetOutput[]

Property Value