你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerHostBatchBindMountEntry interface
The entry of path and mount mode you want to mount into task container.
Properties
is |
For Linux, if you mount this path as a read/write mode, this does not mean that all users in container have the read/write access for the path, it depends on the access in host VM. If this path is mounted read-only, all users within the container will not be able to modify the path. |
source | The paths which will be mounted to container task's container. |
Property Details
isReadOnly
For Linux, if you mount this path as a read/write mode, this does not mean that all users in container have the read/write access for the path, it depends on the access in host VM. If this path is mounted read-only, all users within the container will not be able to modify the path.
isReadOnly?: boolean
Property Value
boolean
source
The paths which will be mounted to container task's container.
source?: string
Property Value
string