IRouteOperations::ListRouteTablesAsync Method (CancellationToken)
List the existing route tables for this subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<ListRouteTablesResponse^>^ ListRouteTablesAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<ListRouteTablesResponse^>^A standard service response including an HTTP status code and request ID.
Show: