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

IRouteMapsOperations 接口

定义

RouteMapsOperations 操作。

public interface IRouteMapsOperations
type IRouteMapsOperations = interface
Public Interface IRouteMapsOperations

方法

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

如果 RouteMap 不存在,则创建该 RouteMap,否则会更新现有的 RouteMap。

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

删除 RouteMap。

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

如果 RouteMap 不存在,则创建该 RouteMap,否则会更新现有的 RouteMap。

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

删除 RouteMap。

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

检索 RouteMap 的详细信息。

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

检索所有 RouteMap 的详细信息。

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

检索所有 RouteMap 的详细信息。

扩展方法

BeginCreateOrUpdate(IRouteMapsOperations, String, String, String, RouteMap)

如果 RouteMap 不存在,则创建该 RouteMap,否则会更新现有的 RouteMap。

BeginCreateOrUpdateAsync(IRouteMapsOperations, String, String, String, RouteMap, CancellationToken)

如果 RouteMap 不存在,则创建该 RouteMap,否则会更新现有的 RouteMap。

BeginDelete(IRouteMapsOperations, String, String, String)

删除 RouteMap。

BeginDeleteAsync(IRouteMapsOperations, String, String, String, CancellationToken)

删除 RouteMap。

CreateOrUpdate(IRouteMapsOperations, String, String, String, RouteMap)

如果 RouteMap 不存在,则创建该 RouteMap,否则会更新现有的 RouteMap。

CreateOrUpdateAsync(IRouteMapsOperations, String, String, String, RouteMap, CancellationToken)

如果 RouteMap 不存在,则创建该 RouteMap,否则会更新现有的 RouteMap。

Delete(IRouteMapsOperations, String, String, String)

删除 RouteMap。

DeleteAsync(IRouteMapsOperations, String, String, String, CancellationToken)

删除 RouteMap。

Get(IRouteMapsOperations, String, String, String)

检索 RouteMap 的详细信息。

GetAsync(IRouteMapsOperations, String, String, String, CancellationToken)

检索 RouteMap 的详细信息。

List(IRouteMapsOperations, String, String)

检索所有 RouteMap 的详细信息。

ListAsync(IRouteMapsOperations, String, String, CancellationToken)

检索所有 RouteMap 的详细信息。

ListNext(IRouteMapsOperations, String)

检索所有 RouteMap 的详细信息。

ListNextAsync(IRouteMapsOperations, String, CancellationToken)

检索所有 RouteMap 的详细信息。

适用于