public class ExpressRoutePortsLocationInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
ExpressRoutePortsLocationInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
address()
Get the address property: Address of peering location.
|
List<ExpressRoutePortsLocationBandwidths> |
availableBandwidths()
Get the availableBandwidths property: The inventory of available ExpressRoutePort bandwidths.
|
String |
contact()
Get the contact property: Contact details of peering locations.
|
String |
id()
Get the id property: Resource ID.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the express route port location resource.
|
void |
validate()
Validates the instance.
|
ExpressRoutePortsLocationInner |
withAvailableBandwidths(List<ExpressRoutePortsLocationBandwidths> availableBandwidths)
Set the availableBandwidths property: The inventory of available ExpressRoutePort bandwidths.
|
ExpressRoutePortsLocationInner |
withId(String id)
Set the id property: Resource ID.
|
ExpressRoutePortsLocationInner |
withLocation(String location) |
ExpressRoutePortsLocationInner |
withTags(Map<String,String> tags) |
public String address()
public String contact()
public List<ExpressRoutePortsLocationBandwidths> availableBandwidths()
public ExpressRoutePortsLocationInner withAvailableBandwidths(List<ExpressRoutePortsLocationBandwidths> availableBandwidths)
availableBandwidths - the availableBandwidths value to set.public ProvisioningState provisioningState()
public String id()
id in class com.azure.core.management.ProxyResourcepublic ExpressRoutePortsLocationInner withId(String id)
id - the id value to set.public ExpressRoutePortsLocationInner withLocation(String location)
withLocation in class com.azure.core.management.Resourcepublic ExpressRoutePortsLocationInner 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.