VirtualNetworkPropertiesResponseRoutes

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
constructor(addressPrefix: String? = null, name: String? = null, nextHopIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressPrefix: String? = null

AddressPrefix - The destination CIDR to which the route applies.

Link copied to clipboard
val name: String? = null

Name - name of the subnet

Link copied to clipboard

NextHopIPAddress - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.