DedicatedCircuitPeeringRoutingInfoOperationsExtensions.Get Method

Definition

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

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

Parameters

operations
IDedicatedCircuitPeeringRoutingInfoOperations

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

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 Route Table Info operation response.

Applies to