Class ExpressRouteCircuitServiceProviderProperties
- java.lang.Object
-
- com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties
-
public class ExpressRouteCircuitServiceProviderProperties extends Object
Contains ServiceProviderProperties in an ExpressRouteCircuit.
-
-
Constructor Summary
Constructors Constructor Description ExpressRouteCircuitServiceProviderProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerbandwidthInMbps()Get the bandwidthInMbps value.StringpeeringLocation()Get the peeringLocation value.StringserviceProviderName()Get the serviceProviderName value.ExpressRouteCircuitServiceProviderPropertieswithBandwidthInMbps(Integer bandwidthInMbps)Set the bandwidthInMbps value.ExpressRouteCircuitServiceProviderPropertieswithPeeringLocation(String peeringLocation)Set the peeringLocation value.ExpressRouteCircuitServiceProviderPropertieswithServiceProviderName(String serviceProviderName)Set the serviceProviderName value.
-
-
-
Method Detail
-
serviceProviderName
public String serviceProviderName()
Get the serviceProviderName value.- Returns:
- the serviceProviderName value
-
withServiceProviderName
public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)
Set the serviceProviderName value.- Parameters:
serviceProviderName- the serviceProviderName value to set- Returns:
- the ExpressRouteCircuitServiceProviderProperties object itself.
-
peeringLocation
public String peeringLocation()
Get the peeringLocation value.- Returns:
- the peeringLocation value
-
withPeeringLocation
public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)
Set the peeringLocation value.- Parameters:
peeringLocation- the peeringLocation value to set- Returns:
- the ExpressRouteCircuitServiceProviderProperties object itself.
-
bandwidthInMbps
public Integer bandwidthInMbps()
Get the bandwidthInMbps value.- Returns:
- the bandwidthInMbps value
-
withBandwidthInMbps
public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)
Set the bandwidthInMbps value.- Parameters:
bandwidthInMbps- the bandwidthInMbps value to set- Returns:
- the ExpressRouteCircuitServiceProviderProperties object itself.
-
-