ExportImportDevice.ETag プロパティ

定義

RFC7232 に従ってエンティティの ETag を表す文字列。

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

プロパティ値

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

注釈

この値は、インポート モードが updateIfMatchETag の場合にのみ使用されます。その場合、インポート操作は、この ETag がサーバーによって維持される値と一致する場合にのみ実行されます。

適用対象