VirtualNetworkPropertiesResponseRouteTable

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

constructor(id: String? = null, name: String? = null, routes: List<VirtualNetworkPropertiesResponseRoutes>? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Etag - Gets a unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val name: String? = null

Name - READ-ONLY; Resource name.

Link copied to clipboard

Routes - Collection of routes contained within a route table.

Link copied to clipboard
val type: String? = null

Type - READ-ONLY; Resource type.