public class ExpressRouteServiceProviderBandwidthsOffered extends Object
| Constructor and Description |
|---|
ExpressRouteServiceProviderBandwidthsOffered() |
| Modifier and Type | Method and Description |
|---|---|
String |
offerName()
Get the OfferName.
|
Integer |
valueInMbps()
Get the ValueInMbps.
|
ExpressRouteServiceProviderBandwidthsOffered |
withOfferName(String offerName)
Set the OfferName.
|
ExpressRouteServiceProviderBandwidthsOffered |
withValueInMbps(Integer valueInMbps)
Set the ValueInMbps.
|
public ExpressRouteServiceProviderBandwidthsOffered()
public String offerName()
public ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerName)
offerName - the offerName value to setpublic Integer valueInMbps()
public ExpressRouteServiceProviderBandwidthsOffered withValueInMbps(Integer valueInMbps)
valueInMbps - the valueInMbps value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/