JobPropertiesExecutionInfo.StartTime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’heure de début.
[Newtonsoft.Json.JsonProperty(PropertyName="startTime")]
public DateTime? StartTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="startTime")>]
member this.StartTime : Nullable<DateTime>
Public ReadOnly Property StartTime As Nullable(Of DateTime)
Valeur de propriété
- Attributs
-
Newtonsoft.Json.JsonPropertyAttribute
Remarques
Heure à laquelle le travail a commencé à s’exécuter. 'Running' correspond à l’état d’exécution. Si le travail a été redémarré ou retenté, il s’agit de l’heure la plus récente à laquelle le travail a commencé à s’exécuter. Cette propriété est présente uniquement pour les travaux à l’état en cours d’exécution ou terminés.
S’applique à
Azure SDK for .NET