RouteOperationsExtensions::ListRouteTablesAsync Method (IRouteOperations^)
List the existing route tables for this subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static Task<ListRouteTablesResponse^>^ ListRouteTablesAsync( IRouteOperations^ operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network::IRouteOperations^
Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
Return Value
Type: System.Threading.Tasks::Task<ListRouteTablesResponse^>^A standard service response including an HTTP status code and request ID.
Show: