TestAllRoutesInput Class
Input for testing all routes.
Constructor
TestAllRoutesInput(*, routing_source: str | _models.RoutingSource | None = None, message: _models.RoutingMessage | None = None, twin: _models.RoutingTwin | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
routing_source
|
str or
RoutingSource
Routing source. Known values are: "Invalid", "DeviceMessages", "TwinChangeEvents", "DeviceLifecycleEvents", and "DeviceJobLifecycleEvents". |
message
|
Routing message. |
twin
|
Routing Twin Reference. |
Variables
Name | Description |
---|---|
routing_source
|
str or
RoutingSource
Routing source. Known values are: "Invalid", "DeviceMessages", "TwinChangeEvents", "DeviceLifecycleEvents", and "DeviceJobLifecycleEvents". |
message
|
Routing message. |
twin
|
Routing Twin Reference. |
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Python