Route Table Response
data class RouteTableResponse(val disableBgpRoutePropagation: Boolean? = null, val etag: String, val id: String? = null, val location: String? = null, val name: String, val provisioningState: String, val resourceGuid: String, val routes: List<RouteResponse>? = null, val subnets: List<SubnetResponse>, val tags: Map<String, String>? = null, val type: String)
Route table resource.
Properties
Link copied to clipboard
Whether to disable the routes learned by BGP on that route table. True means disable.
Link copied to clipboard
The provisioning state of the route table resource.
Link copied to clipboard
The resource GUID property of the route table.
Link copied to clipboard
Collection of routes contained within a route table.
Link copied to clipboard
A collection of references to subnets.