The peerings/registeredAsns 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/registeredAsns resource, add the following JSON to your template.
{
"type": "Microsoft.Peering/peerings/registeredAsns",
"apiVersion": "2022-10-01",
"name": "string",
"properties": {
"asn": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Peering/peerings/registeredAsns' |
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 ASN. | PeeringRegisteredAsnProperties |
Name | Description | Value |
---|---|---|
asn | The customer's ASN from which traffic originates. | int |