共用方式為


RouteOperationsExtensions.ListRouteTablesAsync(IRouteOperations) Method

Definition

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.

Applies to