Class ExpressRouteServiceProviderBandwidthsOffered
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteServiceProviderBandwidthsOffered
Contains bandwidths offered in ExpressRouteServiceProvider resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the OfferName.Get the ValueInMbps.withOfferName
(String offerName) Set the OfferName.withValueInMbps
(Integer valueInMbps) Set the ValueInMbps.
-
Constructor Details
-
ExpressRouteServiceProviderBandwidthsOffered
public ExpressRouteServiceProviderBandwidthsOffered()
-
-
Method Details
-
offerName
Get the OfferName.- Returns:
- the offerName value
-
withOfferName
Set the OfferName.- Parameters:
offerName
- the offerName value to set- Returns:
- the ExpressRouteServiceProviderBandwidthsOffered object itself.
-
valueInMbps
Get the ValueInMbps.- Returns:
- the valueInMbps value
-
withValueInMbps
Set the ValueInMbps.- Parameters:
valueInMbps
- the valueInMbps value to set- Returns:
- the ExpressRouteServiceProviderBandwidthsOffered object itself.
-