RouteTable interface

Route table resource.

Extends

Properties

disableBgpRoutePropagation

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

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.

etag

A unique read-only string that changes whenever the resource is updated.

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.

Inherited Properties

id

Resource ID.

location

Resource location.

name

Resource name.

tags

Resource tags.

type

Resource type.

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

etag

A unique read-only string that changes whenever the resource is updated.

etag?: 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

routes

Collection of routes contained within a route table.

routes?: Route[]

Property Value

Route[]

subnets

A collection of references to subnets.

subnets?: Subnet[]

Property Value

Subnet[]

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From Resource.id

location

Resource location.

location?: string

Property Value

string

Inherited From Resource.location

name

Resource name.

name?: string

Property Value

string

Inherited From Resource.name

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>

Inherited From Resource.tags

type

Resource type.

type?: string

Property Value

string

Inherited From Resource.type