Get Route Table Result
data class GetRouteTableResult(val bgpRoutePropagationEnabled: Boolean, val id: String, val location: String, val name: String, val resourceGroupName: String, val routes: List<GetRouteTableRoute>, val subnets: List<String>, val tags: Map<String, String>)
A collection of values returned by getRouteTable.