PoolMountCifsMountArgs

data class PoolMountCifsMountArgs(val mountOptions: Output<String>? = null, val password: Output<String>, val relativeMountPath: Output<String>, val source: Output<String>, val userName: Output<String>) : ConvertibleToJava<PoolMountCifsMountArgs>

Constructors

Link copied to clipboard
constructor(mountOptions: Output<String>? = null, password: Output<String>, relativeMountPath: Output<String>, source: Output<String>, userName: Output<String>)

Properties

Link copied to clipboard
val mountOptions: Output<String>? = null

Additional command line options to pass to the mount command. These are 'net use' options in Windows and 'mount' options in Linux.

Link copied to clipboard
val password: Output<String>

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

Link copied to clipboard

The relative path on compute node where the file system will be mounted All file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.

Link copied to clipboard
val source: Output<String>

The URI of the file system to mount.

Link copied to clipboard
val userName: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): PoolMountCifsMountArgs