ExpressRouteCircuitServiceProviderProperties Class

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

public class ExpressRouteCircuitServiceProviderProperties

Contains ServiceProviderProperties in an ExpressRouteCircuit.

Method Summary

Modifier and Type Method and Description
Integer bandwidthInMbps()

Get the bandwidthInMbps value.

String peeringLocation()

Get the peeringLocation value.

String serviceProviderName()

Get the serviceProviderName value.

ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

Set the bandwidthInMbps value.

ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

Set the peeringLocation value.

ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

Set the serviceProviderName value.

Method Details

bandwidthInMbps

public Integer bandwidthInMbps()

Get the bandwidthInMbps value.

Returns:

the bandwidthInMbps value

peeringLocation

public String peeringLocation()

Get the peeringLocation value.

Returns:

the peeringLocation value

serviceProviderName

public String serviceProviderName()

Get the serviceProviderName value.

Returns:

the serviceProviderName value

withBandwidthInMbps

public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)

Set the bandwidthInMbps value.

Parameters:

bandwidthInMbps - the bandwidthInMbps value to set

Returns:

the ExpressRouteCircuitServiceProviderProperties object itself.

withPeeringLocation

public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)

Set the peeringLocation value.

Parameters:

peeringLocation - the peeringLocation value to set

Returns:

the ExpressRouteCircuitServiceProviderProperties object itself.

withServiceProviderName

public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)

Set the serviceProviderName value.

Parameters:

serviceProviderName - the serviceProviderName value to set

Returns:

the ExpressRouteCircuitServiceProviderProperties object itself.

Applies to