IRouteOperations.ListRouteTablesAsync Method (CancellationToken)
List the existing route tables for this subscription.
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<ListRouteTablesResponse> ListRouteTablesAsync(
CancellationToken cancellationToken
)
Task<ListRouteTablesResponse^>^ ListRouteTablesAsync(
CancellationToken cancellationToken
)
abstract ListRouteTablesAsync :
cancellationToken:CancellationToken -> Task<ListRouteTablesResponse>
Function ListRouteTablesAsync (
cancellationToken As CancellationToken
) As Task(Of ListRouteTablesResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<ListRouteTablesResponse>
A standard service response including an HTTP status code and request ID.
See Also
IRouteOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top