BaseContainer Class
Container App base container definition.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelBaseContainer
Constructor
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)
Keyword-Only Parameters
Name | Description |
---|---|
image
|
Container image tag. |
name
|
Custom container name. |
command
|
Container start command. |
args
|
Container start command arguments. |
env
|
Container environment variables. |
resources
|
Container resource requirements. |
volume_mounts
|
Container volume mounts. |
Variables
Name | Description |
---|---|
image
|
Container image tag. |
name
|
Custom container name. |
command
|
Container start command. |
args
|
Container start command arguments. |
env
|
Container environment variables. |
resources
|
Container resource requirements. |
volume_mounts
|
Container volume mounts. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python