ClientTwin.ETag プロパティ

定義

ツインの ETag。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.NewtonsoftJsonETagConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="etag")]
public Azure.ETag ETag { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.NewtonsoftJsonETagConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="etag")>]
member this.ETag : Azure.ETag with get, set
Public Property ETag As ETag

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象