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>
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.