JobExecutionContainer interface
Container Apps 作業執行容器定義。
屬性
args | 容器啟動命令引數。 |
command | 容器啟動命令。 |
env | 容器環境變數。 |
image | 容器映射標籤。 |
name | 自訂容器名稱。 |
resources | 容器資源需求。 |
屬性詳細資料
args
容器啟動命令引數。
args?: string[]
屬性值
string[]
command
容器啟動命令。
command?: string[]
屬性值
string[]
env
image
容器映射標籤。
image?: string
屬性值
string
name
自訂容器名稱。
name?: string
屬性值
string