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 conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python