GetRouteMapPlainArgs

data class GetRouteMapPlainArgs(val resourceGroupName: String, val routeMapName: String, val virtualHubName: String) : ConvertibleToJava<GetRouteMapPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, routeMapName: String, virtualHubName: String)

Properties

Link copied to clipboard

The resource group name of the RouteMap's resource group.

Link copied to clipboard

The name of the RouteMap.

Link copied to clipboard

The name of the VirtualHub containing the RouteMap.

Functions

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