FallbackRouteProperties.Condition Property

Definition

Gets or sets the condition which is evaluated in order to apply the fallback route. If the condition is not provided it will evaluate to true by default. For grammar, See: 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to