public class ExpressRouteServiceProviderInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ExpressRouteServiceProviderInner() |
| Modifier and Type | Method and Description |
|---|---|
List<ExpressRouteServiceProviderBandwidthsOffered> |
bandwidthsOffered()
Get the bandwidthsOffered property: A list of bandwidths offered.
|
String |
id()
Get the id property: Resource ID.
|
List<String> |
peeringLocations()
Get the peeringLocations property: A list of peering locations.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the express route service provider resource.
|
void |
validate()
Validates the instance.
|
ExpressRouteServiceProviderInner |
withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)
Set the bandwidthsOffered property: A list of bandwidths offered.
|
ExpressRouteServiceProviderInner |
withId(String id)
Set the id property: Resource ID.
|
ExpressRouteServiceProviderInner |
withLocation(String location) |
ExpressRouteServiceProviderInner |
withPeeringLocations(List<String> peeringLocations)
Set the peeringLocations property: A list of peering locations.
|
ExpressRouteServiceProviderInner |
withTags(Map<String,String> tags) |
public List<String> peeringLocations()
public ExpressRouteServiceProviderInner withPeeringLocations(List<String> peeringLocations)
peeringLocations - the peeringLocations value to set.public List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered()
public ExpressRouteServiceProviderInner withBandwidthsOffered(List<ExpressRouteServiceProviderBandwidthsOffered> bandwidthsOffered)
bandwidthsOffered - the bandwidthsOffered value to set.public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic ExpressRouteServiceProviderInner withId(String id)
id - the id value to set.public ExpressRouteServiceProviderInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic ExpressRouteServiceProviderInner withTags(Map<String,String> tags)
withTags in class com.azure.core.management.Resourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.