RouteErrorRange Class
Range of route errors.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelRouteErrorRange
Constructor
RouteErrorRange(*, start: _models.RouteErrorPosition | None = None, end: _models.RouteErrorPosition | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
start
|
Start where the route error happened. |
end
|
End where the route error happened. |
Variables
Name | Description |
---|---|
start
|
Start where the route error happened. |
end
|
End where the route error happened. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python