cdn_peering_prefixes
Creates, updates, deletes, gets or lists a cdn_peering_prefixes
resource.
Overview
Name | cdn_peering_prefixes |
Type | Resource |
Id | azure.peering.cdn_peering_prefixes |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID of the resource. |
name | string | The name of the resource. |
properties | object | The properties that define a CDN peering prefix |
type | string | The type of the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | peeringLocation, subscriptionId | Lists 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 }}';