Express Route Cross Connection Peering Args
constructor(crossConnectionName: Output<String>? = null, gatewayManagerEtag: Output<String>? = null, id: Output<String>? = null, ipv6PeeringConfig: Output<Ipv6ExpressRouteCircuitPeeringConfigArgs>? = null, microsoftPeeringConfig: Output<ExpressRouteCircuitPeeringConfigArgs>? = null, name: Output<String>? = null, peerASN: Output<Double>? = null, peeringName: Output<String>? = null, peeringType: Output<Either<String, ExpressRoutePeeringType>>? = null, primaryPeerAddressPrefix: Output<String>? = null, resourceGroupName: Output<String>? = null, secondaryPeerAddressPrefix: Output<String>? = null, sharedKey: Output<String>? = null, state: Output<Either<String, ExpressRoutePeeringState>>? = null, vlanId: Output<Int>? = null)