Bagikan melalui


EndpointHealthData.LastSuccessfulSendAttemptTime Property

Definition

Gets or sets last time iot hub successfully sent a message to the endpoint

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonProperty(PropertyName="lastSuccessfulSendAttemptTime")]
public DateTime? LastSuccessfulSendAttemptTime { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonProperty(PropertyName="lastSuccessfulSendAttemptTime")>]
member this.LastSuccessfulSendAttemptTime : Nullable<DateTime> with get, set
Public Property LastSuccessfulSendAttemptTime As Nullable(Of DateTime)

Property Value

Attributes
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to