GetExpressRouteCircuitPlainArgs

data class GetExpressRouteCircuitPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetExpressRouteCircuitPlainArgs>

A collection of arguments for invoking getExpressRouteCircuit.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the ExpressRoute circuit.

Link copied to clipboard

The Name of the Resource Group where the ExpressRoute circuit exists.

Functions

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