Skip to main content

express_route_provider_ports_locations

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

Overview

Nameexpress_route_provider_ports_locations
TypeResource
Idazure.network.express_route_provider_ports_locations

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
etagstringA unique read-only string that changes whenever the resource is updated.
locationstringResource location.
propertiesobjectProperties of ExpressRouteProviderPort.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdRetrieves all the ExpressRouteProviderPorts in a subscription.

SELECT examples

Retrieves all the ExpressRouteProviderPorts in a subscription.

SELECT
id,
name,
etag,
location,
properties,
tags,
type
FROM azure.network.express_route_provider_ports_locations
WHERE subscriptionId = '{{ subscriptionId }}';