public final class ExpressRouteServiceProviderBandwidthsOffered extends Object
| Constructor and Description |
|---|
ExpressRouteServiceProviderBandwidthsOffered() |
| Modifier and Type | Method and Description |
|---|---|
String |
offerName()
Get the offerName property: The OfferName.
|
void |
validate()
Validates the instance.
|
Integer |
valueInMbps()
Get the valueInMbps property: The ValueInMbps.
|
ExpressRouteServiceProviderBandwidthsOffered |
withOfferName(String offerName)
Set the offerName property: The OfferName.
|
ExpressRouteServiceProviderBandwidthsOffered |
withValueInMbps(Integer valueInMbps)
Set the valueInMbps property: The ValueInMbps.
|
public ExpressRouteServiceProviderBandwidthsOffered()
public String offerName()
public ExpressRouteServiceProviderBandwidthsOffered withOfferName(String offerName)
offerName - the offerName value to set.public Integer valueInMbps()
public ExpressRouteServiceProviderBandwidthsOffered withValueInMbps(Integer valueInMbps)
valueInMbps - the valueInMbps value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.