次の方法で共有


EndpointHealthData.LastSendAttemptTime プロパティ

定義

IoT ハブがエンドポイントにメッセージを送信しようとした最後の時刻を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonPropertyAttribute

適用対象