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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python