Share via


RouteOperationsExtensions.ListRouteTablesAsync Method (IRouteOperations)

 

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

public static Task<ListRouteTablesResponse> ListRouteTablesAsync(
    this IRouteOperations operations
)
public:
[ExtensionAttribute]
static Task<ListRouteTablesResponse^>^ ListRouteTablesAsync(
    IRouteOperations^ operations
)
static member ListRouteTablesAsync : 
        operations:IRouteOperations -> Task<ListRouteTablesResponse>
<ExtensionAttribute>
Public Shared Function ListRouteTablesAsync (
    operations As IRouteOperations
) As Task(Of ListRouteTablesResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<ListRouteTablesResponse>

A standard service response including an HTTP status code and request ID.

See Also

RouteOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top