public class ExpressRouteCircuitServiceProviderProperties extends Object
| Constructor and Description |
|---|
ExpressRouteCircuitServiceProviderProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bandwidthInMbps()
Get the BandwidthInMbps.
|
String |
peeringLocation()
Get the peering location.
|
String |
serviceProviderName()
Get the serviceProviderName.
|
ExpressRouteCircuitServiceProviderProperties |
withBandwidthInMbps(Integer bandwidthInMbps)
Set the BandwidthInMbps.
|
ExpressRouteCircuitServiceProviderProperties |
withPeeringLocation(String peeringLocation)
Set the peering location.
|
ExpressRouteCircuitServiceProviderProperties |
withServiceProviderName(String serviceProviderName)
Set the serviceProviderName.
|
public ExpressRouteCircuitServiceProviderProperties()
public String serviceProviderName()
public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)
serviceProviderName - the serviceProviderName value to setpublic String peeringLocation()
public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)
peeringLocation - the peeringLocation value to setpublic Integer bandwidthInMbps()
public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)
bandwidthInMbps - the bandwidthInMbps 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.
*/