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

IExpressRoutePortsOperations 接口

定义

ExpressRoutePortsOperations 操作。

public interface IExpressRoutePortsOperations
type IExpressRoutePortsOperations = interface
Public Interface IExpressRoutePortsOperations

方法

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

创建或更新指定的 ExpressRoutePort 资源。

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

删除指定的 ExpressRoutePort 资源。

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

创建或更新指定的 ExpressRoutePort 资源。

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

删除指定的 ExpressRoutePort 资源。

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

检索请求的 ExpressRoutePort 资源。

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

列出指定资源组中的所有 ExpressRoutePort 资源。

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

列出指定资源组中的所有 ExpressRoutePort 资源。

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

列出指定订阅中的所有 ExpressRoutePort 资源。

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

列出指定订阅中的所有 ExpressRoutePort 资源。

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

更新 ExpressRoutePort 标记。

扩展方法

BeginCreateOrUpdateAsync(IExpressRoutePortsOperations, String, String, ExpressRoutePortInner, CancellationToken)

创建或更新指定的 ExpressRoutePort 资源。

BeginDeleteAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

删除指定的 ExpressRoutePort 资源。

CreateOrUpdateAsync(IExpressRoutePortsOperations, String, String, ExpressRoutePortInner, CancellationToken)

创建或更新指定的 ExpressRoutePort 资源。

DeleteAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

删除指定的 ExpressRoutePort 资源。

GetAsync(IExpressRoutePortsOperations, String, String, CancellationToken)

检索请求的 ExpressRoutePort 资源。

ListAsync(IExpressRoutePortsOperations, CancellationToken)

列出指定订阅中的所有 ExpressRoutePort 资源。

ListByResourceGroupAsync(IExpressRoutePortsOperations, String, CancellationToken)

列出指定资源组中的所有 ExpressRoutePort 资源。

ListByResourceGroupNextAsync(IExpressRoutePortsOperations, String, CancellationToken)

列出指定资源组中的所有 ExpressRoutePort 资源。

ListNextAsync(IExpressRoutePortsOperations, String, CancellationToken)

列出指定订阅中的所有 ExpressRoutePort 资源。

UpdateTagsAsync(IExpressRoutePortsOperations, String, String, IDictionary<String,String>, CancellationToken)

更新 ExpressRoutePort 标记。

适用于