Skip to main content

service_providers

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

Overview

Nameservice_providers
TypeResource
Idazure.peering.service_providers

Fields

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

Methods

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

SELECT examples

Lists all of the available peering service locations for the specified kind of peering.

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