Class ExpressRouteCircuitServiceProviderProperties

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

public class ExpressRouteCircuitServiceProviderProperties extends Object
Contains ServiceProviderProperties in an ExpressRouteCircuit.
  • Constructor Details

    • ExpressRouteCircuitServiceProviderProperties

      public ExpressRouteCircuitServiceProviderProperties()
  • Method Details

    • serviceProviderName

      public String serviceProviderName()
      Get the serviceProviderName.
      Returns:
      the serviceProviderName value
    • withServiceProviderName

      public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)
      Set the serviceProviderName.
      Parameters:
      serviceProviderName - the serviceProviderName value to set
      Returns:
      the ExpressRouteCircuitServiceProviderProperties object itself.
    • peeringLocation

      public String peeringLocation()
      Get the peering location.
      Returns:
      the peeringLocation value
    • withPeeringLocation

      public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)
      Set the peering location.
      Parameters:
      peeringLocation - the peeringLocation value to set
      Returns:
      the ExpressRouteCircuitServiceProviderProperties object itself.
    • bandwidthInMbps

      public Integer bandwidthInMbps()
      Get the BandwidthInMbps.
      Returns:
      the bandwidthInMbps value
    • withBandwidthInMbps

      public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)
      Set the BandwidthInMbps.
      Parameters:
      bandwidthInMbps - the bandwidthInMbps value to set
      Returns:
      the ExpressRouteCircuitServiceProviderProperties object itself.