FeedbackRecord.StatusCode Propriedade

Definição

O status de mensagens de comentários geradas pelo Hub IoT.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")]
public Microsoft.Azure.Devices.FeedbackStatusCode StatusCode { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")]
public Microsoft.Azure.Devices.FeedbackStatusCode StatusCode { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")>]
member this.StatusCode : Microsoft.Azure.Devices.FeedbackStatusCode with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")>]
member this.StatusCode : Microsoft.Azure.Devices.FeedbackStatusCode
Public Property StatusCode As FeedbackStatusCode
Public ReadOnly Property StatusCode As FeedbackStatusCode

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis são:

  • Êxito
  • Expirado
  • DeliveryCountExceeded
  • Rejeitado
  • Limpo

Aplica-se a