共用方式為


JobsExecutionsOperations 類別

警告

請勿直接具現化此類別。

您應該改為透過 存取下列作業

ContainerAppsAPIClient's

<xref:jobs_executions> 屬性。

繼承
builtins.object
JobsExecutionsOperations

建構函式

JobsExecutionsOperations(*args, **kwargs)

方法

list

取得容器應用程式作業的執行。

取得容器應用程式作業的執行。

list

取得容器應用程式作業的執行。

取得容器應用程式作業的執行。

list(resource_group_name: str, job_name: str, filter: str | None = None, **kwargs: Any) -> Iterable[JobExecution]

參數

resource_group_name
str
必要

資源群組的名稱。 名稱不區分大小寫。 必要。

job_name
str
必要

作業名稱。 必要。

filter
str
必要

要套用至作業的篩選準則。 預設值為 [無]。

cls
callable

將傳遞直接回應的自訂類型或函式

傳回

JobExecution 或 cls (回應結果等反覆運算器)

傳回類型

例外狀況

屬性

models

models = <module 'azure.mgmt.appcontainers.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.7\\x64\\Lib\\site-packages\\azure\\mgmt\\appcontainers\\models\\__init__.py'>