TestAllRoutesResult Class
Result of testing all routes.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelTestAllRoutesResult
Constructor
TestAllRoutesResult(*, routes: List[_models.MatchedRoute] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
routes
|
JSON-serialized array of matched routes. |
Variables
Name | Description |
---|---|
routes
|
JSON-serialized array of matched routes. |
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