Skip to main content

cdn_peering_prefixes

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

Overview

Namecdn_peering_prefixes
TypeResource
Idazure.peering.cdn_peering_prefixes

Fields

NameDatatypeDescription
idstringThe ID of the resource.
namestringThe name of the resource.
propertiesobjectThe properties that define a CDN peering prefix
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTpeeringLocation, subscriptionIdLists all of the advertised prefixes for the specified peering location

SELECT examples

Lists all of the advertised prefixes for the specified peering location

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