Class ExpressRouteCircuitServiceProviderProperties
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteCircuitServiceProviderProperties
Contains ServiceProviderProperties in an ExpressRouteCircuit.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the BandwidthInMbps.Get the peering location.Get the serviceProviderName.withBandwidthInMbps
(Integer bandwidthInMbps) Set the BandwidthInMbps.withPeeringLocation
(String peeringLocation) Set the peering location.withServiceProviderName
(String serviceProviderName) Set the serviceProviderName.
-
Constructor Details
-
ExpressRouteCircuitServiceProviderProperties
public ExpressRouteCircuitServiceProviderProperties()
-
-
Method Details
-
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
Get the peering location.- Returns:
- the peeringLocation value
-
withPeeringLocation
Set the peering location.- Parameters:
peeringLocation
- the peeringLocation value to set- Returns:
- the ExpressRouteCircuitServiceProviderProperties object itself.
-
bandwidthInMbps
Get the BandwidthInMbps.- Returns:
- the bandwidthInMbps value
-
withBandwidthInMbps
Set the BandwidthInMbps.- Parameters:
bandwidthInMbps
- the bandwidthInMbps value to set- Returns:
- the ExpressRouteCircuitServiceProviderProperties object itself.
-