GetRouteTableResult

data class GetRouteTableResult(val bgpRoutePropagationEnabled: Boolean, val id: String, val location: String, val name: String, val resourceGroupName: String, val routes: List<GetRouteTableRoute>, val subnets: List<String>, val tags: Map<String, String>)

A collection of values returned by getRouteTable.

Constructors

Link copied to clipboard
constructor(bgpRoutePropagationEnabled: Boolean, id: String, location: String, name: String, resourceGroupName: String, routes: List<GetRouteTableRoute>, subnets: List<String>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Boolean flag which controls propagation of routes learned by BGP on that route table.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region in which the Route Table exists.

Link copied to clipboard

The name of the Route.

Link copied to clipboard
Link copied to clipboard

One or more route blocks as documented below.

Link copied to clipboard

The collection of Subnets associated with this route table.

Link copied to clipboard

A mapping of tags assigned to the Route Table.