VolumeMount Class
Volume mount for the Container App.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelVolumeMount
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. |
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). |
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). |
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