ContainerHostBatchBindMountEntry Class

The entry of path and mount mode you want to mount into task container.

Inheritance
azure.mgmt.batch._serialization.Model
ContainerHostBatchBindMountEntry

Constructor

ContainerHostBatchBindMountEntry(*, source: str | _models.ContainerHostDataPath | None = None, is_read_only: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
source

The paths which will be mounted to container task's container. Known values are: "Shared", "Startup", "VfsMounts", "Task", "JobPrep", and "Applications".

is_read_only

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.

Variables

Name Description
source

The paths which will be mounted to container task's container. Known values are: "Shared", "Startup", "VfsMounts", "Task", "JobPrep", and "Applications".

is_read_only

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.