VirtualRouter interface
VirtualRouter Resource.
- Extends
Properties
| etag | A unique read-only string that changes whenever the resource is updated. |
| hosted |
The Gateway on which VirtualRouter is hosted. |
| hosted |
The Subnet on which VirtualRouter is hosted. |
| peerings | List of references to VirtualRouterPeerings. |
| provisioning |
The provisioning state of the resource. |
| virtual |
VirtualRouter ASN. |
| virtual |
VirtualRouter IPs. |
Inherited Properties
| id | Resource ID. |
| location | Resource location. |
| name | Resource name. |
| tags | Resource tags. |
| type | Resource type. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated.
etag?: string
Property Value
string
hostedGateway
The Gateway on which VirtualRouter is hosted.
hostedGateway?: SubResource
Property Value
hostedSubnet
peerings
provisioningState
The provisioning state of the resource.
provisioningState?: string
Property Value
string
virtualRouterAsn
VirtualRouter ASN.
virtualRouterAsn?: number
Property Value
number
virtualRouterIps
VirtualRouter IPs.
virtualRouterIps?: string[]
Property Value
string[]
Inherited Property Details
id
location
name
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From Resource.tags