Express Route Circuit Peering Args
constructor(expressRouteCircuitName: Output<String>? = null, ipv4Enabled: Output<Boolean>? = null, ipv6: Output<ExpressRouteCircuitPeeringIpv6Args>? = null, microsoftPeeringConfig: Output<ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs>? = null, peerAsn: Output<Int>? = null, peeringType: Output<String>? = null, primaryPeerAddressPrefix: Output<String>? = null, resourceGroupName: Output<String>? = null, routeFilterId: Output<String>? = null, secondaryPeerAddressPrefix: Output<String>? = null, sharedKey: Output<String>? = null, vlanId: Output<Int>? = null)