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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python