VnetRouteResponse

data class VnetRouteResponse(val staticRoutes: List<StaticRouteResponse>? = null)

List of routes that control routing from VirtualHub into a virtual network connection.

Constructors

Link copied to clipboard
constructor(staticRoutes: List<StaticRouteResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of all Static Routes.