CloudToDeviceMethodScheduledJob.DirectMethodRequest プロパティ

定義

デバイスまたはモジュールでダイレクト メソッドを実行するためのパラメーターが含まれます。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="cloudToDeviceMethod")]
public Microsoft.Azure.Devices.DirectMethodServiceRequest DirectMethodRequest { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="cloudToDeviceMethod")>]
member this.DirectMethodRequest : Microsoft.Azure.Devices.DirectMethodServiceRequest with get, set
Public Property DirectMethodRequest As DirectMethodServiceRequest

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象