Share via


VirtualHubRouteTableV2PropertiesOutput interface

Parameters for VirtualHubRouteTableV2.

Properties

attachedConnections

List of all connections attached to this route table v2.

provisioningState

The provisioning state of the virtual hub route table v2 resource.

routes

List of all routes.

Property Details

attachedConnections

List of all connections attached to this route table v2.

attachedConnections?: string[]

Property Value

string[]

provisioningState

The provisioning state of the virtual hub route table v2 resource.

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

Property Value

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

routes

List of all routes.

routes?: VirtualHubRouteV2Output[]

Property Value