Express Route Connection Information Args
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.
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.