GetRoutePlainArgs

data class GetRoutePlainArgs(val resourceGroupName: String, val routeName: String, val routeTableName: String) : ConvertibleToJava<GetRoutePlainArgs>

Constructors

Link copied to clipboard
fun GetRoutePlainArgs(resourceGroupName: String, routeName: String, routeTableName: String)

Functions

Link copied to clipboard
open override fun toJava(): GetRoutePlainArgs

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the route.

Link copied to clipboard

The name of the route table.