The peeringServices/prefixes resource type can be deployed to:
For a list of changed properties in each API version, see change log.
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"
}
}
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 |
Name | Description | Value |
---|---|---|
peeringServicePrefixKey | The peering service prefix key | string |
prefix | The prefix from which your traffic originates. | string |