data class PoolMountAzureFileShareArgs(val accountKey: Output<String>, val accountName: Output<String>, val azureFileUrl: Output<String>, val mountOptions: Output<String>? = null, val relativeMountPath: Output<String>) : ConvertibleToJava<PoolMountAzureFileShareArgs>
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.