DedicatedCircuitPeeringArpInfoOperationsExtensions.BeginGet 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 DedicatedCircuitPeeringArpInfo operation retrives ARP Table.
public static Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse BeginGet (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 BeginGet : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringArpInfoOperations * 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 IDedicatedCircuitPeeringArpInfoOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As 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
Azure SDK for .NET