Get Route Table Result
data class GetRouteTableResult(val azureApiVersion: String, 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.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, disableBgpRoutePropagation: Boolean? = null, etag: String, id: String? = null, location: String? = null, name: String, provisioningState: String, resourceGuid: String, routes: List<RouteResponse>? = null, subnets: List<SubnetResponse>, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
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.