ClientTwinProperties クラス

定義

ツインのプロパティのコレクションを表します。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.ClientTwinPropertiesJsonConverter))]
public class ClientTwinProperties : System.Collections.IEnumerable
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.ClientTwinPropertiesJsonConverter))>]
type ClientTwinProperties = class
    interface IEnumerable
Public Class ClientTwinProperties
Implements IEnumerable
継承
ClientTwinProperties
属性
Newtonsoft.Json.JsonConverterAttribute
実装

コンストラクター

ClientTwinProperties()

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

ClientTwinProperties(JObject, JObject)

本文とメタデータに指定された JSON フラグメントを使用して、このクラスのインスタンスを作成します。

ClientTwinProperties(String)

JSON フラグメントを本文として使用して、このクラスのインスタンスを作成します。

ClientTwinProperties(String, String)

本文とメタデータに指定された JSON フラグメントを使用して、このクラスのインスタンスを作成します。

プロパティ

Count

コレクション内のプロパティの数を取得します。

Item[String]

プロパティ インデクサー。

Version

コレクションのバージョンを取得します。

メソッド

ClearMetadata()

ツイン コレクションと基本メタデータ オブジェクトからすべてのメタデータをクリアします。

Contains(String)

指定したプロパティが存在するかどうかを判断します。

GetEnumerator()

ツインのプロパティのコレクションを表します。

GetLastUpdatedOnUtc()

このプロパティが UTC で最後に更新された時刻を取得します。

GetLastUpdatedVersion()

このプロパティの最後に更新されたバージョンを取得します。

GetMetadata()

このコレクションのメタデータを取得します。

ToString()

ツインのプロパティのコレクションを表します。

適用対象