ExpressRouteCircuitServiceProviderProperties Class

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

public class ExpressRouteCircuitServiceProviderProperties

Contains ServiceProviderProperties in an ExpressRouteCircuit.

Constructor Summary

Constructor Description
ExpressRouteCircuitServiceProviderProperties()

Method Summary

Modifier and Type Method and Description
java.lang.Integer bandwidthInMbps()

Get the BandwidthInMbps.

java.lang.String peeringLocation()

Get the peering location.

java.lang.String serviceProviderName()

Get the serviceProviderName.

ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

Set the BandwidthInMbps.

ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

Set the peering location.

ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

Set the serviceProviderName.

Methods inherited from 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

Constructor Details

ExpressRouteCircuitServiceProviderProperties

public ExpressRouteCircuitServiceProviderProperties()

Method Details

bandwidthInMbps

public Integer bandwidthInMbps()

Get the BandwidthInMbps.

Returns:

the bandwidthInMbps value

peeringLocation

public String peeringLocation()

Get the peering location.

Returns:

the peeringLocation value

serviceProviderName

public String serviceProviderName()

Get the serviceProviderName.

Returns:

the serviceProviderName value

withBandwidthInMbps

public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

Set the BandwidthInMbps.

Parameters:

bandwidthInMbps - the bandwidthInMbps value to set

Returns:

the ExpressRouteCircuitServiceProviderProperties object itself.

withPeeringLocation

public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

Set the peering location.

Parameters:

peeringLocation - the peeringLocation value to set

Returns:

the ExpressRouteCircuitServiceProviderProperties object itself.

withServiceProviderName

public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

Set the serviceProviderName.

Parameters:

serviceProviderName - the serviceProviderName value to set

Returns:

the ExpressRouteCircuitServiceProviderProperties object itself.

Applies to