ExpressRouteConnectionInformationResponse

data class ExpressRouteConnectionInformationResponse(val expressRouteAuthorizationKey: String, val expressRouteCircuitId: String)

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

Constructors

constructor(expressRouteAuthorizationKey: String, expressRouteCircuitId: String)

Types

Link copied to clipboard
object Companion

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.