Share via


FeedbackRecord.StatusCode Eigenschaft

Definition

Die status von Feedbackmeldungen, die vom IoT Hub generiert werden.

[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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte:

  • Erfolg
  • Abgelaufen
  • DeliveryCountExceeded
  • Rejected (Abgelehnt)
  • Gelöscht

Gilt für: