GetRoutePlainArgs

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

Constructors

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

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.

Functions

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