VolumeMount Class
Volume mount for the Container App.
Constructor
VolumeMount(*, volume_name: str | None = None, mount_path: str | None = None, sub_path: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
volume_name
|
This must match the Name of a Volume. Default value: None
|
mount_path
|
Path within the container at which the volume should be mounted.Must not contain ':'. Default value: None
|
sub_path
|
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). Default value: None
|
Variables
Name | Description |
---|---|
volume_name
|
This must match the Name of a Volume. |
mount_path
|
Path within the container at which the volume should be mounted.Must not contain ':'. |
sub_path
|
Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python