你当前正在访问 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。

构造函数摘要

构造函数 说明
ExpressRouteCircuitServiceProviderProperties()

方法摘要

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

获取带宽InMbps。

java.lang.String peeringLocation()

获取对等互连位置。

java.lang.String serviceProviderName()

获取服务提供商名称。

ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

设置带宽InMbps。

ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

设置对等互连位置。

ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

设置服务提供商名称。

方法继承自 java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

构造函数详细信息

ExpressRouteCircuitServiceProviderProperties

public ExpressRouteCircuitServiceProviderProperties()

方法详细信息

bandwidthInMbps

public Integer bandwidthInMbps()

获取 BandwidthInMbps。

Returns:

bandwidthInMbps 值

peeringLocation

public String 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)

设置对等互连位置。

Parameters:

peeringLocation - 要设置的 peeringLocation 值

Returns:

ExpressRouteCircuitServiceProviderProperties 对象本身。

withServiceProviderName

public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

设置 serviceProviderName。

Parameters:

serviceProviderName - 要设置的 serviceProviderName 值

Returns:

ExpressRouteCircuitServiceProviderProperties 对象本身。

适用于