DedicatedCircuitPeeringRoutingSummaryOperationsExtensions.Get Method

Definition

The Get Dedicated Circuit Peering routeTableSummary operation retrieves the ARP information for specific BGP.

public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse Get (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member Get : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse
<Extension()>
Public Function Get (operations As IDedicatedCircuitPeeringRoutingSummaryOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As DedicatedCircuitPeeringRoutingSummaryGetResponse

Parameters

operations
IDedicatedCircuitPeeringRoutingSummaryOperations

Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations.

serviceKey
String

Required. The service key representing the circuit.

accessType
BgpPeeringAccessType

Required. Whether the peering is private or public or microsoft.

devicePath
DevicePath

Required. Whether the device is primary or secondary.

Returns

The Get Dedicated Circuit Peering Routing Summary operation response.

Applies to