express_route_provider_ports_locations
Creates, updates, deletes, gets or lists a express_route_provider_ports_locations
resource.
Overview
Name | express_route_provider_ports_locations |
Type | Resource |
Id | azure.network.express_route_provider_ports_locations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
location | string | Resource location. |
properties | object | Properties of ExpressRouteProviderPort. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Retrieves 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 }}';