次の方法で共有


FallbackRouteProperties.Condition プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="condition")]
public string Condition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="condition")>]
member this.Condition : string with get, set
Public Property Condition As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象