CdnPeeringPrefixProperties interface
The properties that define a CDN peering prefix
Properties
| azure |
The Azure region. |
| azure |
The Azure service. |
| bgp |
The BGP Community |
| is |
The flag that indicates whether or not this is the primary region. |
| prefix | The prefix. |
Property Details
azureRegion
The Azure region.
azureRegion?: string
Property Value
string
azureService
The Azure service.
azureService?: string
Property Value
string
bgpCommunity
The BGP Community
bgpCommunity?: string
Property Value
string
isPrimaryRegion
The flag that indicates whether or not this is the primary region.
isPrimaryRegion?: boolean
Property Value
boolean
prefix
The prefix.
prefix?: string
Property Value
string