JobExecution 類別
作業的執行。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
- 繼承
-
azure.mgmt.sql.models._models_py3.ProxyResourceJobExecution
建構函式
JobExecution(*, current_attempts: int | None = None, **kwargs)
參數
名稱 | Description |
---|---|
current_attempts
必要
|
嘗試執行作業的次數。 |
僅限關鍵字的參數
名稱 | Description |
---|---|
current_attempts
必要
|
|
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
type
|
資源類型。 |
job_version
|
作業版本號碼。 |
step_name
|
作業步驟名稱。 |
step_id
|
作業步驟識別碼。 |
job_execution_id
|
作業執行的唯一識別碼。 |
lifecycle
|
作業執行的詳細狀態。 可能的值包括:「Created」、「InProgress」、「WaitingForChildJobExecutions」、「WaitingForRetry」、「Succeeded」、「SucceededWithSkipped」、「Failed」、「TimedOut」、「Canceled」、「Canceled」、「Skipped」。 |
provisioning_state
|
作業執行的 ARM 布建狀態。 可能的值包括:「Created」、「InProgress」、「Succeeded」、「Failed」、「Canceled」。 |
create_time
|
建立作業執行的時間。 |
start_time
|
作業執行開始的時間。 |
end_time
|
作業執行完成的時間。 |
current_attempt_start_time
|
目前嘗試的開始時間。 |
last_message
|
最後一個狀態或錯誤訊息。 |
target
|
執行的目標。 |