StaticRoute Class

List of all Static Routes.

Inheritance
StaticRoute

Constructor

StaticRoute(*, name: typing.Union[str, NoneType] = None, address_prefixes: typing.Union[typing.List[str], NoneType] = None, next_hop_ip_address: typing.Union[str, NoneType] = None, **kwargs)

Parameters

name
str

The name of the StaticRoute that is unique within a VnetRoute.

address_prefixes
list[str]

List of all address prefixes.

next_hop_ip_address
str

The ip address of the next hop.