Share via


RouteOperationsExtensions.ListRouteTables 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 ListRouteTablesResponse ListRouteTables(
    this IRouteOperations operations
)
public:
[ExtensionAttribute]
static ListRouteTablesResponse^ ListRouteTables(
    IRouteOperations^ operations
)
static member ListRouteTables : 
        operations:IRouteOperations -> ListRouteTablesResponse
<ExtensionAttribute>
Public Shared Function ListRouteTables (
    operations As IRouteOperations
) As ListRouteTablesResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.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