DedicatedCircuitPeeringArpInfoOperationsExtensions.BeginGetAsync Method

Definition

The Get DedicatedCircuitPeeringArpInfo operation retrives ARP Table.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginGetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member BeginGetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginGetAsync (operations As IDedicatedCircuitPeeringArpInfoOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As Task(Of ExpressRouteOperationResponse)

Parameters

operations
IDedicatedCircuitPeeringArpInfoOperations

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

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