Microsoft.Peering peerings/registeredPrefixes

ARM template resource definition

The peerings/registeredPrefixes 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/peerings/registeredPrefixes resource, add the following JSON to your template.

{
  "type": "Microsoft.Peering/peerings/registeredPrefixes",
  "apiVersion": "2022-10-01",
  "name": "string",
  "properties": {
    "prefix": "string"
  }
}

Property values

peerings/registeredPrefixes

Name Description Value
type The resource type 'Microsoft.Peering/peerings/registeredPrefixes'
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 The properties that define a registered prefix. PeeringRegisteredPrefixProperties

PeeringRegisteredPrefixProperties

Name Description Value
prefix The customer's prefix from which traffic originates. string