Virtual Network Properties Response Routes
data class VirtualNetworkPropertiesResponseRoutes(val addressPrefix: String? = null, val name: String? = null, val nextHopIpAddress: String? = null)
Route is associated with a subnet.
Constructors
Link copied to clipboard
fun VirtualNetworkPropertiesResponseRoutes(addressPrefix: String? = null, name: String? = null, nextHopIpAddress: String? = null)