你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnrollmentGroup.ETag 属性

定义

注册的 ETag。

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="etag")]
public string ETag { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="etag")]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.Provisioning.Service.NewtonsoftJsonETagConverter))]
public Azure.ETag ETag { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="etag")>]
member this.ETag : string with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="etag")>]
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.Provisioning.Service.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

适用于