TestRouteResultDetails Class
Detailed result of testing a route.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelTestRouteResultDetails
Constructor
TestRouteResultDetails(*, compilation_errors: List[_models.RouteCompilationError] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
compilation_errors
|
JSON-serialized list of route compilation errors. |
Variables
Name | Description |
---|---|
compilation_errors
|
JSON-serialized list of route compilation errors. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python