DedicatedCircuitPeeringRouteTableInfoOperationsExtensions.BeginGetAsync 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 DedicatedCircuitPeeringRouteTableInfo operation retrives RouteTable.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginGetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member BeginGetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations * 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 IDedicatedCircuitPeeringRouteTableInfoOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As Task(Of ExpressRouteOperationResponse)
Parameters
Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableInfoOperations.
- 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