JobStatus Class
JobStatus.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelJobStatus
Constructor
JobStatus(**kwargs)
Variables
Name | Description |
---|---|
execution_count
|
Gets the number of times this job has executed. |
failure_count
|
Gets the number of times this job has failed. |
faulted_count
|
Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states). |
last_execution_time
|
Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet. |
next_execution_time
|
Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python