TestRouteInput コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TestRouteInput() |
TestRouteInput クラスの新しいインスタンスを初期化します。 |
TestRouteInput(RouteProperties, RoutingMessage, RoutingTwin) |
TestRouteInput クラスの新しいインスタンスを初期化します。 |
TestRouteInput()
TestRouteInput クラスの新しいインスタンスを初期化します。
public TestRouteInput();
Public Sub New ()
適用対象
TestRouteInput(RouteProperties, RoutingMessage, RoutingTwin)
TestRouteInput クラスの新しいインスタンスを初期化します。
public TestRouteInput(Microsoft.Azure.Management.IotHub.Models.RouteProperties route, Microsoft.Azure.Management.IotHub.Models.RoutingMessage message = default, Microsoft.Azure.Management.IotHub.Models.RoutingTwin twin = default);
new Microsoft.Azure.Management.IotHub.Models.TestRouteInput : Microsoft.Azure.Management.IotHub.Models.RouteProperties * Microsoft.Azure.Management.IotHub.Models.RoutingMessage * Microsoft.Azure.Management.IotHub.Models.RoutingTwin -> Microsoft.Azure.Management.IotHub.Models.TestRouteInput
Public Sub New (route As RouteProperties, Optional message As RoutingMessage = Nothing, Optional twin As RoutingTwin = Nothing)
パラメーター
- route
- RouteProperties
ルートのプロパティ
- message
- RoutingMessage
ルーティング メッセージ
- twin
- RoutingTwin
ルーティング ツインリファレンス
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET