JobHistoryDefinitionProperties Class
JobHistoryDefinitionProperties.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelJobHistoryDefinitionProperties
Constructor
JobHistoryDefinitionProperties(**kwargs)
Variables
Name | Description |
---|---|
start_time
|
Gets the start time for this job. |
end_time
|
Gets the end time for this job. |
expected_execution_time
|
Gets the expected execution time for this job. |
action_name
|
Gets the job history action name. Possible values include: "MainAction", "ErrorAction". |
status
|
Gets the job history status. Possible values include: "Completed", "Failed", "Postponed". |
message
|
Gets the message for the job history. |
retry_count
|
Gets the retry count for job. |
repeat_count
|
Gets the repeat count for the job. |
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