次の方法で共有


FallbackRouteProperties コンストラクター

定義

オーバーロード

FallbackRouteProperties()

FallbackRouteProperties クラスの新しいインスタンスを初期化します。

FallbackRouteProperties(IList<String>, Boolean, String, String)

FallbackRouteProperties クラスの新しいインスタンスを初期化します。

FallbackRouteProperties()

FallbackRouteProperties クラスの新しいインスタンスを初期化します。

public FallbackRouteProperties();
Public Sub New ()

適用対象

FallbackRouteProperties(IList<String>, Boolean, String, String)

FallbackRouteProperties クラスの新しいインスタンスを初期化します。

public FallbackRouteProperties(System.Collections.Generic.IList<string> endpointNames, bool isEnabled, string name = default, string condition = default);
new Microsoft.Azure.Management.IotHub.Models.FallbackRouteProperties : System.Collections.Generic.IList<string> * bool * string * string -> Microsoft.Azure.Management.IotHub.Models.FallbackRouteProperties
Public Sub New (endpointNames As IList(Of String), isEnabled As Boolean, Optional name As String = Nothing, Optional condition As String = Nothing)

パラメーター

endpointNames
IList<String>

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

isEnabled
Boolean

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

name
String

ルートの名前。 名前には、英数字、ピリオド、アンダースコア、ハイフンのみを含めることができます。最大長は 64 文字で、一意である必要があります。

condition
String

フォールバック ルートを適用するために評価される条件。 条件が指定されていない場合、既定では true と評価されます。 文法については、以下を参照してください。 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-query-language

適用対象