ExpressRouteConnectionInformationArgs

data class ExpressRouteConnectionInformationArgs(val expressRouteAuthorizationKey: Output<String>, val expressRouteCircuitId: Output<String>) : ConvertibleToJava<ExpressRouteConnectionInformationArgs>

The ExpressRoute circuit ID and the Auth Key are required for you to successfully deploy NFC service.

Constructors

Link copied to clipboard
constructor(expressRouteAuthorizationKey: Output<String>, expressRouteCircuitId: Output<String>)

Properties

Link copied to clipboard

Authorization key for the circuit, must be of type Microsoft.Network/expressRouteCircuits/authorizations. The Auth Key is a mandatory attribute.

Link copied to clipboard

The express route circuit Azure resource ID, must be of type Microsoft.Network/expressRouteCircuits/circuitName. The ExpressRoute Circuit is a mandatory attribute.

Functions

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