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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python