次の方法で共有


RouteProperties.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

適用対象