IotHubScheduledJobResponse.StartedOnUtc プロパティ

定義

ジョブの処理を開始した時刻を表します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象