TestAllRoutesInput Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TestAllRoutesInput() |
Initializes a new instance of the TestAllRoutesInput class. |
TestAllRoutesInput(String, RoutingMessage, RoutingTwin) |
Initializes a new instance of the TestAllRoutesInput class. |
TestAllRoutesInput()
Initializes a new instance of the TestAllRoutesInput class.
public TestAllRoutesInput ();
Public Sub New ()
Applies to
TestAllRoutesInput(String, RoutingMessage, RoutingTwin)
Initializes a new instance of the TestAllRoutesInput class.
public TestAllRoutesInput (string routingSource = default, Microsoft.Azure.Management.IotHub.Models.RoutingMessage message = default, Microsoft.Azure.Management.IotHub.Models.RoutingTwin twin = default);
new Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput : string * Microsoft.Azure.Management.IotHub.Models.RoutingMessage * Microsoft.Azure.Management.IotHub.Models.RoutingTwin -> Microsoft.Azure.Management.IotHub.Models.TestAllRoutesInput
Public Sub New (Optional routingSource As String = Nothing, Optional message As RoutingMessage = Nothing, Optional twin As RoutingTwin = Nothing)
Parameters
- routingSource
- String
Routing source. Possible values include: 'Invalid', 'DeviceMessages', 'TwinChangeEvents', 'DeviceLifecycleEvents', 'DeviceJobLifecycleEvents', 'DeviceConnectionStateEvents'
- message
- RoutingMessage
Routing message
- twin
- RoutingTwin
Routing Twin Reference
Applies to
Azure SDK for .NET