RouteOperationsExtensions.ListRouteTablesAsync(IRouteOperations) 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.
List the existing route tables for this subscription.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse> ListRouteTablesAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations);
static member ListRouteTablesAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse>
<Extension()>
Public Function ListRouteTablesAsync (operations As IRouteOperations) As Task(Of ListRouteTablesResponse)
Parameters
- operations
- IRouteOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
Returns
A standard service response including an HTTP status code and request ID.