ExpressRouteCircuitServiceProviderPropertiesArgs

data class ExpressRouteCircuitServiceProviderPropertiesArgs(val bandwidthInMbps: Output<Int>? = null, val peeringLocation: Output<String>? = null, val serviceProviderName: Output<String>? = null) : ConvertibleToJava<ExpressRouteCircuitServiceProviderPropertiesArgs>

Contains ServiceProviderProperties in an ExpressRouteCircuit.

Constructors

constructor(bandwidthInMbps: Output<Int>? = null, peeringLocation: Output<String>? = null, serviceProviderName: Output<String>? = null)

Properties

Link copied to clipboard
val bandwidthInMbps: Output<Int>? = null

The BandwidthInMbps.

Link copied to clipboard
val peeringLocation: Output<String>? = null

The peering location.

Link copied to clipboard
val serviceProviderName: Output<String>? = null

The serviceProviderName.

Functions

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