public final class ExpressRouteCircuitServiceProviderProperties extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitServiceProviderProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bandwidthInMbps()
Get the bandwidthInMbps property: The BandwidthInMbps.
|
String |
peeringLocation()
Get the peeringLocation property: The peering location.
|
String |
serviceProviderName()
Get the serviceProviderName property: The serviceProviderName.
|
void |
validate()
Validates the instance.
|
ExpressRouteCircuitServiceProviderProperties |
withBandwidthInMbps(Integer bandwidthInMbps)
Set the bandwidthInMbps property: The BandwidthInMbps.
|
ExpressRouteCircuitServiceProviderProperties |
withPeeringLocation(String peeringLocation)
Set the peeringLocation property: The peering location.
|
ExpressRouteCircuitServiceProviderProperties |
withServiceProviderName(String serviceProviderName)
Set the serviceProviderName property: The serviceProviderName.
|
public ExpressRouteCircuitServiceProviderProperties()
public String serviceProviderName()
public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)
serviceProviderName - the serviceProviderName value to set.public String peeringLocation()
public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)
peeringLocation - the peeringLocation value to set.public Integer bandwidthInMbps()
public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)
bandwidthInMbps - the bandwidthInMbps value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.