GetRouteFilterPlainArgs

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

Constructors

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

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced express route bgp peering resources.

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the route filter.

Functions

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