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

IRoutesOperations 接口

定义

RoutesOperations 操作。

public interface IRoutesOperations
type IRoutesOperations = interface
Public Interface IRoutesOperations

方法

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

在指定的路由表中创建或更新路由。

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

从路由表中删除指定的路由。

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

在指定的路由表中创建或更新路由。

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

从路由表中删除指定的路由。

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

从路由表中获取指定的路由。

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

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

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

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

扩展方法

BeginCreateOrUpdate(IRoutesOperations, String, String, String, Route)

在指定的路由表中创建或更新路由。

BeginCreateOrUpdateAsync(IRoutesOperations, String, String, String, Route, CancellationToken)

在指定的路由表中创建或更新路由。

BeginDelete(IRoutesOperations, String, String, String)

从路由表中删除指定的路由。

BeginDeleteAsync(IRoutesOperations, String, String, String, CancellationToken)

从路由表中删除指定的路由。

CreateOrUpdate(IRoutesOperations, String, String, String, Route)

在指定的路由表中创建或更新路由。

CreateOrUpdateAsync(IRoutesOperations, String, String, String, Route, CancellationToken)

在指定的路由表中创建或更新路由。

Delete(IRoutesOperations, String, String, String)

从路由表中删除指定的路由。

DeleteAsync(IRoutesOperations, String, String, String, CancellationToken)

从路由表中删除指定的路由。

Get(IRoutesOperations, String, String, String)

从路由表中获取指定的路由。

GetAsync(IRoutesOperations, String, String, String, CancellationToken)

从路由表中获取指定的路由。

List(IRoutesOperations, String, String)

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

ListAsync(IRoutesOperations, String, String, CancellationToken)

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

ListNext(IRoutesOperations, String)

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

ListNextAsync(IRoutesOperations, String, CancellationToken)

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

适用于