你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IRouteTablesOperations 接口

定义

RouteTablesOperations 操作。

public interface IRouteTablesOperations
type IRouteTablesOperations = interface
Public Interface IRouteTablesOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, RouteTable, Dictionary<String,List<String>>, CancellationToken)

创建或更新指定资源组中的路由表。

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除指定的路由表。

CreateOrUpdateWithHttpMessagesAsync(String, String, RouteTable, Dictionary<String,List<String>>, CancellationToken)

创建或更新指定资源组中的路由表。

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除指定的路由表。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取指定的路由表。

ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取订阅中的所有路由表。

ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

获取订阅中的所有路由表。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取资源组中的所有路由表。

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取资源组中的所有路由表。

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

汇报路由表标记。

扩展方法

BeginCreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

创建或更新指定资源组中的路由表。

BeginCreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTable, CancellationToken)

创建或更新指定资源组中的路由表。

BeginDelete(IRouteTablesOperations, String, String)

删除指定的路由表。

BeginDeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

删除指定的路由表。

CreateOrUpdate(IRouteTablesOperations, String, String, RouteTable)

创建或更新指定资源组中的路由表。

CreateOrUpdateAsync(IRouteTablesOperations, String, String, RouteTable, CancellationToken)

创建或更新指定资源组中的路由表。

Delete(IRouteTablesOperations, String, String)

删除指定的路由表。

DeleteAsync(IRouteTablesOperations, String, String, CancellationToken)

删除指定的路由表。

Get(IRouteTablesOperations, String, String, String)

获取指定的路由表。

GetAsync(IRouteTablesOperations, String, String, String, CancellationToken)

获取指定的路由表。

List(IRouteTablesOperations, String)

获取资源组中的所有路由表。

ListAll(IRouteTablesOperations)

获取订阅中的所有路由表。

ListAllAsync(IRouteTablesOperations, CancellationToken)

获取订阅中的所有路由表。

ListAllNext(IRouteTablesOperations, String)

获取订阅中的所有路由表。

ListAllNextAsync(IRouteTablesOperations, String, CancellationToken)

获取订阅中的所有路由表。

ListAsync(IRouteTablesOperations, String, CancellationToken)

获取资源组中的所有路由表。

ListNext(IRouteTablesOperations, String)

获取资源组中的所有路由表。

ListNextAsync(IRouteTablesOperations, String, CancellationToken)

获取资源组中的所有路由表。

UpdateTags(IRouteTablesOperations, String, String, TagsObject)

汇报路由表标记。

UpdateTagsAsync(IRouteTablesOperations, String, String, TagsObject, CancellationToken)

汇报路由表标记。

适用于