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

ExpressRouteCircuitServiceProviderProperties 类

  • java.lang.Object
    • com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties

public class ExpressRouteCircuitServiceProviderProperties

包含 ExpressRouteCircuit 中的 ServiceProviderProperties。

方法摘要

修饰符和类型 方法和描述
Integer bandwidthInMbps()

获取 bandwidthInMbps 值。

String peeringLocation()

获取 peeringLocation 值。

String serviceProviderName()

获取 serviceProviderName 值。

ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

设置 bandwidthInMbps 值。

ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

设置 peeringLocation 值。

ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

设置 serviceProviderName 值。

方法详细信息

bandwidthInMbps

public Integer bandwidthInMbps()

获取 bandwidthInMbps 值。

Returns:

bandwidthInMbps 值

peeringLocation

public String peeringLocation()

获取 peeringLocation 值。

Returns:

peeringLocation 值

serviceProviderName

public String serviceProviderName()

获取 serviceProviderName 值。

Returns:

serviceProviderName 值

withBandwidthInMbps

public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

设置 bandwidthInMbps 值。

Parameters:

bandwidthInMbps - 要设置的 bandwidthInMbps 值

Returns:

ExpressRouteCircuitServiceProviderProperties 对象本身。

withPeeringLocation

public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

设置 peeringLocation 值。

Parameters:

peeringLocation - 要设置的 peeringLocation 值

Returns:

ExpressRouteCircuitServiceProviderProperties 对象本身。

withServiceProviderName

public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

设置 serviceProviderName 值。

Parameters:

serviceProviderName - 要设置的 serviceProviderName 值

Returns:

ExpressRouteCircuitServiceProviderProperties 对象本身。

适用于