Compartir a través de


IotHubJobResponse.StartedOnUtc Propiedad

Definición

Cuando se inició la ejecución del trabajo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

El servicio crea este valor. Si el usuario lo especifica, se omitirá.

Se aplica a