NFSMountConfigurationArgs

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

Constructors

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

Properties

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

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

Link copied to clipboard

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>

Functions

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