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

FeedbackStatusCode 枚举

定义

指定发送到设备的云到设备消息的各种反馈状态代码。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum FeedbackStatusCode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type FeedbackStatusCode = 
Public Enum FeedbackStatusCode
继承
FeedbackStatusCode
属性
Newtonsoft.Json.JsonConverterAttribute

字段

DeliveryCountExceeded 2

指示云到设备的消息已置于死信状态。

Expired 1

指示云到设备的消息在传递到设备之前已过期。

Purged 4

指示已从 IoT 中心清除云到设备的消息。

Rejected 3

指示设备拒绝了云到设备的消息。

Success 0

指示云到设备的消息已成功传递到设备。

适用于