DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.BeginGet Method

Definition

The Get DedicatedCircuitPeeringRouteTableSummary operation retrives RouteTableSummary.

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

Parameters

operations
IDedicatedCircuitPeeringRouteTableSummaryOperations

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

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

A standard service response including an HTTP status code and request ID.

Applies to