Get Route Table Result
data class GetRouteTableResult(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
fun GetRouteTableResult(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)