Share via


HubRouteTablePropertiesOutput interface

Parameters for RouteTable.

Properties

associatedConnections

List of all connections associated with this route table.

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.

Property Details

associatedConnections

List of all connections associated with this route table.

associatedConnections?: 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?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

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

routes

List of all routes.

routes?: HubRouteOutput[]

Property Value