Skip to main content

service_locations

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

Overview

Nameservice_locations
TypeResource
Idazure.peering.service_locations

Fields

NameDatatypeDescription
idstringThe ID of the resource.
namestringThe name of the resource.
propertiesobjectThe properties that define connectivity to the Peering Service Location.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists all of the available locations for peering service.

SELECT examples

Lists all of the available locations for peering service.

SELECT
id,
name,
properties,
type
FROM azure.peering.service_locations
WHERE subscriptionId = '{{ subscriptionId }}';