IotHubScheduledJobResponse.EndedOnUtc プロパティ

定義

ジョブが処理を停止した時刻を表します。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="endTimeUtc")]
public DateTimeOffset? EndedOnUtc { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="endTimeUtc")>]
member this.EndedOnUtc : Nullable<DateTimeOffset>
Public ReadOnly Property EndedOnUtc As Nullable(Of DateTimeOffset)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象