VolumeSettings Class
Specifies the Bind Mount settings for a Custom Application.
- Inheritance
-
builtins.objectVolumeSettings
Constructor
VolumeSettings(*, source: str, target: str)
Parameters
Name | Description |
---|---|
source
Required
|
The host path of the mount. |
target
Required
|
The path in the container for the mount. |
Keyword-Only Parameters
Name | Description |
---|---|
source
Required
|
|
target
Required
|
|
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