DesiredProperties クラス

定義

サービスから受信した必要なプロパティ更新要求のコレクション。

public class DesiredProperties : Microsoft.Azure.Devices.Client.PropertyCollection
type DesiredProperties = class
    inherit PropertyCollection
Public Class DesiredProperties
Inherits PropertyCollection
継承
DesiredProperties

コンストラクター

DesiredProperties(Dictionary<String,Object>)

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

プロパティ

PayloadConvention

特定のシリアライザーと、ペイロードの特定のコンテンツ エンコードを定義するペイロード規則。

(継承元 PropertyCollection)
Version

クライアント ツインプロパティのバージョン。

(継承元 PropertyCollection)

メソッド

GetEnumerator()

サービスから受信した必要なプロパティ更新要求のコレクション。

(継承元 PropertyCollection)
GetSerializedString()

シリアル化された文字列としてのクライアント ツインのプロパティ。

(継承元 PropertyCollection)
TryGetValue<T>(String, T)

報告されたプロパティ コレクション内の に propertyKey 関連付けられている値を取得します。

(継承元 PropertyCollection)

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

サービスから受信した必要なプロパティ更新要求のコレクション。

(継承元 PropertyCollection)

適用対象