次の方法で共有


IotHubFallbackRouteProperties コンストラクター

定義

IotHubFallbackRouteProperties の新しいインスタンスを初期化します。

public IotHubFallbackRouteProperties (Azure.ResourceManager.IotHub.Models.IotHubRoutingSource source, System.Collections.Generic.IEnumerable<string> endpointNames, bool isEnabled);
new Azure.ResourceManager.IotHub.Models.IotHubFallbackRouteProperties : Azure.ResourceManager.IotHub.Models.IotHubRoutingSource * seq<string> * bool -> Azure.ResourceManager.IotHub.Models.IotHubFallbackRouteProperties
Public Sub New (source As IotHubRoutingSource, endpointNames As IEnumerable(Of String), isEnabled As Boolean)

パラメーター

source
IotHubRoutingSource

ルーティング規則を適用するソース。 たとえば、DeviceMessages です。

endpointNames
IEnumerable<String>

条件を満たすメッセージのルーティング先となるエンドポイントの一覧。 現在、許可されているエンドポイントは 1 つだけです。

isEnabled
Boolean

フォールバック ルートを有効にするかどうかを指定するために使用します。

例外

endpointNames が null です。

適用対象