CIFSMountConfiguration Class

Information used to connect to a CIFS file system.

All required parameters must be populated in order to send to Azure.

Inheritance
CIFSMountConfiguration

Constructor

CIFSMountConfiguration(*, username: str, source: str, relative_mount_path: str, password: str, mount_options: Optional[str] = None, **kwargs)

Variables

username
str

Required. The user to use for authentication against the CIFS file system.

source
str

Required. The URI of the file system to mount.

relative_mount_path
str

Required. All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.

mount_options
str

These are 'net use' options in Windows and 'mount' options in Linux.

password
str

Required. The password to use for authentication against the CIFS file system.