Partager via


FeedbackRecord.StatusCode Propriété

Définition

La status des messages de commentaires générés par le 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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les valeurs possibles sont les suivantes :

  • Succès
  • Expiré
  • DeliveryCountExceeded
  • Rejeté
  • Purged

S’applique à