Microsoft.Network virtualRouters 2020-03-01
-
- 2 minutes to read
-
To create a Microsoft.Network/virtualRouters resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Network/virtualRouters",
"apiVersion": "2020-03-01",
"location": "string",
"tags": {},
"properties": {
"virtualRouterAsn": "integer",
"virtualRouterIps": [
"string"
],
"hostedSubnet": {
"id": "string"
},
"hostedGateway": {
"id": "string"
}
},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Network/virtualRouters object
Name |
Type |
Required |
Value |
name |
string |
Yes |
The name of the Virtual Router. |
type |
enum |
Yes |
Microsoft.Network/virtualRouters |
apiVersion |
enum |
Yes |
2020-03-01 |
location |
string |
Yes |
Resource location. |
tags |
object |
No |
Resource tags. |
properties |
object |
Yes |
Properties of the Virtual Router. - VirtualRouterPropertiesFormat object |
resources |
array |
No |
peerings |
Name |
Type |
Required |
Value |
virtualRouterAsn |
integer |
No |
VirtualRouter ASN. |
virtualRouterIps |
array |
No |
VirtualRouter IPs. - string |
hostedSubnet |
object |
No |
The Subnet on which VirtualRouter is hosted. - SubResource object |
hostedGateway |
object |
No |
The Gateway on which VirtualRouter is hosted. - SubResource object |
SubResource object
Name |
Type |
Required |
Value |
id |
string |
No |
Resource ID. |