GetRouteTablePlainArgs

data class GetRouteTablePlainArgs(val expand: String? = null, val resourceGroupName: String, val routeTableName: String) : ConvertibleToJava<GetRouteTablePlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, resourceGroupName: String, routeTableName: String)

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the route table.

Functions

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