Skip to main content

service_countries

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

Overview

Nameservice_countries
TypeResource
Idazure.peering.service_countries

Fields

NameDatatypeDescription
idstringThe ID of the resource.
namestringThe name of the resource.
typestringThe type of the resource.

Methods

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

SELECT examples

Lists all of the available countries for peering service.

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