HubRouteTablePropertiesOutput interface
Parameters for RouteTable.
Properties
| associated |
List of all connections associated with this route table. |
| labels | List of labels associated with this route table. |
| propagating |
List of all connections that advertise to this route table. |
| provisioning |
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"