RouteErrorRange Class

Range of route errors.

Inheritance
RouteErrorRange

Constructor

RouteErrorRange(*, start: Optional[azure.mgmt.iothub.v2019_11_04.models._models_py3.RouteErrorPosition] = None, end: Optional[azure.mgmt.iothub.v2019_11_04.models._models_py3.RouteErrorPosition] = None, **kwargs)

Variables

start
RouteErrorPosition

Start where the route error happened.

end
RouteErrorPosition

End where the route error happened.