Virtual Network Properties Response Route Table
data class VirtualNetworkPropertiesResponseRouteTable(val id: String? = null, val name: String? = null, val routes: List<VirtualNetworkPropertiesResponseRoutes>? = null, val type: String? = null)
RouteTable for the subnet
Constructors
Link copied to clipboard
constructor(id: String? = null, name: String? = null, routes: List<VirtualNetworkPropertiesResponseRoutes>? = null, type: String? = null)