IotHubJobResponse.EndedOnUtc プロパティ

定義

ジョブが完了したとき。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

この値は、サービスによって作成されます。 ユーザーが指定した場合、無視されます。

適用対象