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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python