The peerings/registeredPrefixes resource type can be deployed to:
For a list of changed properties in each API version, see change log.
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"
}
}
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 |
Name | Description | Value |
---|---|---|
prefix | The customer's prefix from which traffic originates. | string |