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

IExpressRoutePortsLocationsOperations 接口

定义

ExpressRoutePortsLocationsOperations 操作。

public interface IExpressRoutePortsLocationsOperations
type IExpressRoutePortsLocationsOperations = interface
Public Interface IExpressRoutePortsLocationsOperations

方法

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

检索单个 ExpressRoutePort 对等互连位置,包括上述对等互连位置可用的可用带宽列表。

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

检索所有 ExpressRoutePort 对等互连位置。 不返回每个位置的可用带宽。 只有在检索特定对等互连位置时,才能获取可用带宽。

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

检索所有 ExpressRoutePort 对等互连位置。 不返回每个位置的可用带宽。 只有在检索特定对等互连位置时,才能获取可用带宽。

扩展方法

Get(IExpressRoutePortsLocationsOperations, String)

检索单个 ExpressRoutePort 对等互连位置,包括上述对等互连位置可用的可用带宽列表。

GetAsync(IExpressRoutePortsLocationsOperations, String, CancellationToken)

检索单个 ExpressRoutePort 对等互连位置,包括上述对等互连位置可用的可用带宽列表。

List(IExpressRoutePortsLocationsOperations)

检索所有 ExpressRoutePort 对等互连位置。 不返回每个位置的可用带宽。 只有在检索特定对等互连位置时,才能获取可用带宽。

ListAsync(IExpressRoutePortsLocationsOperations, CancellationToken)

检索所有 ExpressRoutePort 对等互连位置。 不返回每个位置的可用带宽。 只有在检索特定对等互连位置时,才能获取可用带宽。

ListNext(IExpressRoutePortsLocationsOperations, String)

检索所有 ExpressRoutePort 对等互连位置。 不返回每个位置的可用带宽。 只有在检索特定对等互连位置时,才能获取可用带宽。

ListNextAsync(IExpressRoutePortsLocationsOperations, String, CancellationToken)

检索所有 ExpressRoutePort 对等互连位置。 不返回每个位置的可用带宽。 只有在检索特定对等互连位置时,才能获取可用带宽。

适用于