Microsoft.Peering peeringServices/prefixes

ARM template resource definition

The peeringServices/prefixes resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Peering/peeringServices/prefixes resource, add the following JSON to your template.

{
  "type": "Microsoft.Peering/peeringServices/prefixes",
  "apiVersion": "2022-10-01",
  "name": "string",
  "properties": {
    "peeringServicePrefixKey": "string",
    "prefix": "string"
  }
}

Property values

peeringServices/prefixes

Name Description Value
type The resource type 'Microsoft.Peering/peeringServices/prefixes'
apiVersion The resource api version '2022-10-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Gets or sets the peering prefix properties. PeeringServicePrefixProperties

PeeringServicePrefixProperties

Name Description Value
peeringServicePrefixKey The peering service prefix key string
prefix The prefix from which your traffic originates. string