ExpressRouteServiceProviderBandwidthsOffered Class

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

public class ExpressRouteServiceProviderBandwidthsOffered

Contains bandwidths offered in ExpressRouteServiceProvider resources.

Method Summary

Modifier and Type Method and Description
String offerName()

Get the offerName value.

Integer valueInMbps()

Get the valueInMbps value.

ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerName)

Set the offerName value.

ExpressRouteServiceProviderBandwidthsOffered withValueInMbps(Integer valueInMbps)

Set the valueInMbps value.

Method Details

offerName

public String offerName()

Get the offerName value.

Returns:

the offerName value

valueInMbps

public Integer valueInMbps()

Get the valueInMbps value.

Returns:

the valueInMbps value

withOfferName

public ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerName)

Set the offerName value.

Parameters:

offerName - the offerName value to set

Returns:

the ExpressRouteServiceProviderBandwidthsOffered object itself.

withValueInMbps

public ExpressRouteServiceProviderBandwidthsOffered withValueInMbps(Integer valueInMbps)

Set the valueInMbps value.

Parameters:

valueInMbps - the valueInMbps value to set

Returns:

the ExpressRouteServiceProviderBandwidthsOffered object itself.

Applies to