DedicatedCircuitPeeringRoutingSummaryOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Get Dedicated Circuit Peering routeTableSummary operation retrieves the ARP information for specific BGP.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse> GetAsync (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 GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRoutingSummaryOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringRoutingSummaryGetResponse>
<Extension()>
Public Function GetAsync (operations As IDedicatedCircuitPeeringRoutingSummaryOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As Task(Of DedicatedCircuitPeeringRoutingSummaryGetResponse)
Parameters
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
Azure SDK for .NET