TestRouteResult Class
Result of testing one route.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelTestRouteResult
Constructor
TestRouteResult(*, result: str | _models.TestResultStatus | None = None, details: _models.TestRouteResultDetails | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
result
|
Result of testing route. Known values are: "undefined", "false", and "true". |
details
|
Detailed result of testing route. |
Variables
Name | Description |
---|---|
result
|
Result of testing route. Known values are: "undefined", "false", and "true". |
details
|
Detailed result of testing route. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python