VirtualRouterPropertiesFormatOutput interface
Virtual Router definition.
Properties
| 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. |
Property Details
hostedGateway
The Gateway on which VirtualRouter is hosted.
hostedGateway?: SubResourceOutput
Property Value
hostedSubnet
The Subnet on which VirtualRouter is hosted.
hostedSubnet?: SubResourceOutput
Property Value
peerings
List of references to VirtualRouterPeerings.
peerings?: SubResourceOutput[]
Property Value
provisioningState
The provisioning state of the resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
virtualRouterAsn
VirtualRouter ASN.
virtualRouterAsn?: number
Property Value
number
virtualRouterIps
VirtualRouter IPs.
virtualRouterIps?: string[]
Property Value
string[]