ExpressRouteCircuitServiceProviderProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ExpressRouteCircuitServiceProviderProperties
- com.
Implements
public final class ExpressRouteCircuitServiceProviderProperties
implements JsonSerializable<ExpressRouteCircuitServiceProviderProperties>
Contains ServiceProviderProperties in an ExpressRouteCircuit.
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteCircuitServiceProviderProperties() |
Creates an instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
bandwidthInMbps()
Get the bandwidth |
static
Express |
fromJson(JsonReader jsonReader)
Reads an instance of Express |
String |
peeringLocation()
Get the peering |
String |
serviceProviderName()
Get the service |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Express |
withBandwidthInMbps(Integer bandwidthInMbps)
Set the bandwidth |
Express |
withPeeringLocation(String peeringLocation)
Set the peering |
Express |
withServiceProviderName(String serviceProviderName)
Set the service |
Methods inherited from java.lang.Object
Constructor Details
ExpressRouteCircuitServiceProviderProperties
public ExpressRouteCircuitServiceProviderProperties()
Creates an instance of ExpressRouteCircuitServiceProviderProperties class.
Method Details
bandwidthInMbps
public Integer bandwidthInMbps()
Get the bandwidthInMbps property: The BandwidthInMbps.
Returns:
fromJson
public static ExpressRouteCircuitServiceProviderProperties fromJson(JsonReader jsonReader)
Reads an instance of ExpressRouteCircuitServiceProviderProperties from the JsonReader.
Parameters:
Returns:
Throws:
peeringLocation
public String peeringLocation()
Get the peeringLocation property: The peering location.
Returns:
serviceProviderName
public String serviceProviderName()
Get the serviceProviderName property: The serviceProviderName.
Returns:
toJson
validate
public void validate()
Validates the instance.
withBandwidthInMbps
public ExpressRouteCircuitServiceProviderProperties withBandwidthInMbps(Integer bandwidthInMbps)
Set the bandwidthInMbps property: The BandwidthInMbps.
Parameters:
Returns:
withPeeringLocation
public ExpressRouteCircuitServiceProviderProperties withPeeringLocation(String peeringLocation)
Set the peeringLocation property: The peering location.
Parameters:
Returns:
withServiceProviderName
public ExpressRouteCircuitServiceProviderProperties withServiceProviderName(String serviceProviderName)
Set the serviceProviderName property: The serviceProviderName.
Parameters:
Returns:
Applies to
Azure SDK for Java