HubRouteTable interface

RouteTable resource in a virtual hub.

Extends

Properties

associatedConnections

List of all connections associated with this route table.

etag

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

labels

List of labels associated with this route table.

propagatingConnections

List of all connections that advertise to this route table.

provisioningState

The provisioning state of the RouteTable resource.

routes

List of all routes.

Inherited Properties

id

Resource ID.

name

Name of the resource.

type

Resource type.

Property Details

associatedConnections

List of all connections associated with this route table.

associatedConnections?: string[]

Property Value

string[]

etag

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

etag?: string

Property Value

string

labels

List of labels associated with this route table.

labels?: string[]

Property Value

string[]

propagatingConnections

List of all connections that advertise to this route table.

propagatingConnections?: string[]

Property Value

string[]

provisioningState

The provisioning state of the RouteTable resource.

provisioningState?: string

Property Value

string

routes

List of all routes.

routes?: HubRoute[]

Property Value

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From SubResourceModel.id

name

Name of the resource.

name?: string

Property Value

string

Inherited From SubResourceModel.name

type

Resource type.

type?: string

Property Value

string

Inherited From SubResourceModel.type