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

IExpressRouteGatewaysOperations 接口

定义

ExpressRouteGatewaysOperations 操作。

public interface IExpressRouteGatewaysOperations
type IExpressRouteGatewaysOperations = interface
Public Interface IExpressRouteGatewaysOperations

方法

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

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

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

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

CreateOrUpdateWithHttpMessagesAsync(String, String, ExpressRouteGatewayInner, 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 网关。

扩展方法

BeginCreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGatewayInner, CancellationToken)

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

BeginDeleteAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

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

CreateOrUpdateAsync(IExpressRouteGatewaysOperations, String, String, ExpressRouteGatewayInner, CancellationToken)

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

DeleteAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

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

GetAsync(IExpressRouteGatewaysOperations, String, String, CancellationToken)

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

ListByResourceGroupAsync(IExpressRouteGatewaysOperations, String, CancellationToken)

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

ListBySubscriptionAsync(IExpressRouteGatewaysOperations, CancellationToken)

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

适用于