DesiredProperties(Dictionary<String,Object>) コンストラクター

定義

このクラスのインスタンスを作成します。

protected internal DesiredProperties (System.Collections.Generic.Dictionary<string,object> desiredProperties);
new Microsoft.Azure.Devices.Client.DesiredProperties : System.Collections.Generic.Dictionary<string, obj> -> Microsoft.Azure.Devices.Client.DesiredProperties
Protected Friend Sub New (desiredProperties As Dictionary(Of String, Object))

パラメーター

desiredProperties
Dictionary<String,Object>

注釈

このクラスは、モックの目的で単体テストから継承および設定できます。

適用対象