Description | : Lists all of the advertised prefixes for the specified peering location |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Peering/cdnPeeringPrefixes
{
peeringLocation:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
prefix:
string
,
azureRegion:
string
,
azureService:
string
,
isPrimaryRegion:
boolean
,
bgpCommunity:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}