Job 類別
容器應用程式作業。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.appcontainers.models._models_py3.TrackedResourceJob
建構函式
Job(*, location: str, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, environment_id: str | None = None, workload_profile_name: str | None = None, configuration: _models.JobConfiguration | None = None, template: _models.JobTemplate | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
tags
|
資源標籤。 |
location
|
資源所在的地理位置。 必要。 |
identity
|
容器應用程式作業需要受控識別,才能與其他 Azure 服務互動,以在程式碼中維護任何秘密或認證。 |
environment_id
|
環境的資源識別碼。 |
workload_profile_name
|
要釘選容器應用程式作業執行的工作負載設定檔名稱。 |
configuration
|
Container Apps 作業組態屬性。 |
template
|
Container Apps 作業定義。 |
變數
名稱 | Description |
---|---|
id
|
資源的完整資源識別碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。 |
name
|
資源名稱。 |
type
|
資源類型。 例如 「Microsoft.Compute/virtualMachines」 或 「Microsoft.Storage/storageAccounts」。 |
system_data
|
Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。 |
tags
|
資源標籤。 |
location
|
資源所在的地理位置。 必要。 |
identity
|
容器應用程式作業需要受控識別,才能與其他 Azure 服務互動,以在程式碼中維護任何秘密或認證。 |
provisioning_state
|
Container Apps 作業的布建狀態。 已知值為:「InProgress」、「Succeeded」、「Failed」、「Canceled」 和 「Deleting」。 |
environment_id
|
環境的資源識別碼。 |
workload_profile_name
|
要釘選容器應用程式作業執行的工作負載設定檔名稱。 |
configuration
|
Container Apps 作業組態屬性。 |
template
|
Container Apps 作業定義。 |
outbound_ip_addresses
|
容器應用程式作業的輸出 IP 位址。 |
event_stream_endpoint
|
容器應用程式作業之 eventstream 的端點。 |