IotHubScheduledJobResponse.EndedOnUtc Property

Definition

Represents the time the job stopped processing.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to