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

IExpressRouteGatewaysOperations 接口

定义

ExpressRouteGatewaysOperations 操作。

public interface IExpressRouteGatewaysOperations
type IExpressRouteGatewaysOperations = interface
Public Interface IExpressRouteGatewaysOperations

方法

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

在指定的资源组中创建或更新 ExpressRoute 网关。

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

删除资源组中的指定 ExpressRoute 网关。 仅当没有连接子资源时,才能删除 ExpressRoute 网关资源。

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

汇报快速路由网关标记。

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

在指定的资源组中创建或更新 ExpressRoute 网关。

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

删除资源组中的指定 ExpressRoute 网关。 仅当没有连接子资源时,才能删除 ExpressRoute 网关资源。

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

提取资源组中 ExpressRoute 网关的详细信息。

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

列出给定资源组中的 ExpressRoute 网关。

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

列出给定订阅下的 ExpressRoute 网关。

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

汇报快速路由网关标记。

扩展方法

BeginCreateOrUpdate(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway)

在指定的资源组中创建或更新 ExpressRoute 网关。

BeginCreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway, CancellationToken)

在指定的资源组中创建或更新 ExpressRoute 网关。

BeginDelete(IExpressRouteGatewaysOperations, String, String)

删除资源组中的指定 ExpressRoute 网关。 仅当没有连接子资源时,才能删除 ExpressRoute 网关资源。

BeginDeleteAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

删除资源组中的指定 ExpressRoute 网关。 仅当没有连接子资源时,才能删除 ExpressRoute 网关资源。

BeginUpdateTags(IExpressRouteGatewaysOperations, String, String, TagsObject)

汇报快速路由网关标记。

BeginUpdateTagsAsync(IExpressRouteGatewaysOperations, String, String, TagsObject, CancellationToken)

汇报快速路由网关标记。

CreateOrUpdate(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway)

在指定的资源组中创建或更新 ExpressRoute 网关。

CreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGateway, CancellationToken)

在指定的资源组中创建或更新 ExpressRoute 网关。

Delete(IExpressRouteGatewaysOperations, String, String)

删除资源组中的指定 ExpressRoute 网关。 仅当没有连接子资源时,才能删除 ExpressRoute 网关资源。

DeleteAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

删除资源组中的指定 ExpressRoute 网关。 仅当没有连接子资源时,才能删除 ExpressRoute 网关资源。

Get(IExpressRouteGatewaysOperations, String, String)

提取资源组中 ExpressRoute 网关的详细信息。

GetAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

提取资源组中 ExpressRoute 网关的详细信息。

ListByResourceGroup(IExpressRouteGatewaysOperations, String)

列出给定资源组中的 ExpressRoute 网关。

ListByResourceGroupAsync(IExpressRouteGatewaysOperations, String, CancellationToken)

列出给定资源组中的 ExpressRoute 网关。

ListBySubscription(IExpressRouteGatewaysOperations)

列出给定订阅下的 ExpressRoute 网关。

ListBySubscriptionAsync(IExpressRouteGatewaysOperations, CancellationToken)

列出给定订阅下的 ExpressRoute 网关。

UpdateTags(IExpressRouteGatewaysOperations, String, String, TagsObject)

汇报快速路由网关标记。

UpdateTagsAsync(IExpressRouteGatewaysOperations, String, String, TagsObject, CancellationToken)

汇报快速路由网关标记。

适用于