RoutePropertiesFormatOutput interface
Route resource.
Properties
| address |
The destination CIDR to which the route applies. |
| has |
A value indicating whether this route overrides overlapping BGP routes regardless of LPM. |
| next |
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. |
| next |
The type of Azure hop the packet should be sent to. |
| provisioning |
The provisioning state of the route resource. |
Property Details
addressPrefix
The destination CIDR to which the route applies.
addressPrefix?: string
Property Value
string
hasBgpOverride
A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
hasBgpOverride?: boolean
Property Value
boolean
nextHopIpAddress
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
nextHopIpAddress?: string
Property Value
string
nextHopType
The type of Azure hop the packet should be sent to.
nextHopType: "None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance"
Property Value
"None" | "VirtualNetworkGateway" | "VnetLocal" | "Internet" | "VirtualAppliance"
provisioningState
The provisioning state of the route resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"