StaticRoute interface
List of all Static Routes.
Properties
address |
List of all address prefixes. |
name | The name of the StaticRoute that is unique within a VnetRoute. |
next |
The ip address of the next hop. |
Property Details
addressPrefixes
List of all address prefixes.
addressPrefixes?: string[]
Property Value
string[]
name
The name of the StaticRoute that is unique within a VnetRoute.
name?: string
Property Value
string
nextHopIpAddress
The ip address of the next hop.
nextHopIpAddress?: string
Property Value
string