Skip to main content

express_route_ports_locations

Creates, updates, deletes, gets or lists a express_route_ports_locations resource.

Overview

Nameexpress_route_ports_locations
TypeResource
Idazure.network.express_route_ports_locations

Fields

NameDatatypeDescription
idtextResource ID.
nametextResource name.
addresstextfield from the properties object
available_bandwidthstextfield from the properties object
contacttextfield from the properties object
locationtextResource location.
locationNametextfield from the properties object
provisioning_statetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.
typetextResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationName, subscriptionIdRetrieves a single ExpressRoutePort peering location, including the list of available bandwidths available at said peering location.
listSELECTsubscriptionIdRetrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.

SELECT examples

Retrieves all ExpressRoutePort peering locations. Does not return available bandwidths for each location. Available bandwidths can only be obtained when retrieving a specific peering location.

SELECT
id,
name,
address,
available_bandwidths,
contact,
location,
locationName,
provisioning_state,
subscriptionId,
tags,
type
FROM azure.network.vw_express_route_ports_locations
WHERE subscriptionId = '{{ subscriptionId }}';