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

ExpressRouteGatewaysOperationsExtensions 类

定义

ExpressRouteGatewaysOperations 的扩展方法。

public static class ExpressRouteGatewaysOperationsExtensions
type ExpressRouteGatewaysOperationsExtensions = class
Public Module ExpressRouteGatewaysOperationsExtensions
继承
ExpressRouteGatewaysOperationsExtensions

方法

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)

汇报快速路由网关标记。

适用于