次の方法で共有


RouteProperties.Source プロパティ

定義

ルーティング規則を適用するソース (DeviceMessages など) を取得または設定します。 使用できる値は、'Invalid'、'DeviceMessages'、'TwinChangeEvents'、'DeviceLifecycleEvents'、'DeviceJobLifecycleEvents'、'DeviceConnectionStateEvents' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象