BaseContainer 類別
容器應用程式基底容器定義。
- 繼承
-
azure.mgmt.appcontainers._serialization.ModelBaseContainer
建構函式
BaseContainer(*, image: str | None = None, name: str | None = None, command: List[str] | None = None, args: List[str] | None = None, env: List[_models.EnvironmentVar] | None = None, resources: _models.ContainerResources | None = None, volume_mounts: List[_models.VolumeMount] | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
image
|
容器映射標籤。 |
name
|
自訂容器名稱。 |
command
|
容器啟動命令。 |
args
|
容器啟動命令引數。 |
env
|
容器環境變數。 |
resources
|
容器資源需求。 |
volume_mounts
|
容器磁片區掛接。 |
變數
名稱 | Description |
---|---|
image
|
容器映射標籤。 |
name
|
自訂容器名稱。 |
command
|
容器啟動命令。 |
args
|
容器啟動命令引數。 |
env
|
容器環境變數。 |
resources
|
容器資源需求。 |
volume_mounts
|
容器磁片區掛接。 |