RouteOperationsExtensions.ListRouteTables 方法 (IRouteOperations)

 

列出此订阅的现有路由表。

命名空间:   Microsoft.WindowsAzure.Management.Network
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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

参数

返回值

Type: Microsoft.WindowsAzure.Management.Network.Models.ListRouteTablesResponse

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

RouteOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间

返回页首