Get Hub Route Table Result
data class GetHubRouteTableResult(val associatedConnections: List<String>, val azureApiVersion: String, val etag: String, val id: String? = null, val labels: List<String>? = null, val name: String? = null, val propagatingConnections: List<String>, val provisioningState: String, val routes: List<HubRouteResponse>? = null, val type: String)
RouteTable resource in a virtual hub.
Properties
Link copied to clipboard
List of all connections associated with this route table.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of all connections that advertise to this route table.
Link copied to clipboard
The provisioning state of the RouteTable resource.
Link copied to clipboard
List of all routes.