Get Circuit Peering Result
data class GetCircuitPeeringResult(val azureAsn: Int, val expressRouteCircuitName: String, val gatewayManagerEtag: String, val id: String, val ipv4Enabled: Boolean, val peerAsn: Int, val peeringType: String, val primaryAzurePort: String, val primaryPeerAddressPrefix: String, val resourceGroupName: String, val routeFilterId: String, val secondaryAzurePort: String, val secondaryPeerAddressPrefix: String, val sharedKey: String, val vlanId: Int)
A collection of values returned by getCircuitPeering.
Constructors
Link copied to clipboard
fun GetCircuitPeeringResult(azureAsn: Int, expressRouteCircuitName: String, gatewayManagerEtag: String, id: String, ipv4Enabled: Boolean, peerAsn: Int, peeringType: String, primaryAzurePort: String, primaryPeerAddressPrefix: String, resourceGroupName: String, routeFilterId: String, secondaryAzurePort: String, secondaryPeerAddressPrefix: String, sharedKey: String, vlanId: Int)