GetPoolMountAzureFileShare

data class GetPoolMountAzureFileShare(val accountKey: String, val accountName: String, val azureFileUrl: String, val mountOptions: String, val relativeMountPath: String)

Constructors

Link copied to clipboard
constructor(accountKey: String, accountName: String, azureFileUrl: String, mountOptions: String, relativeMountPath: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure Storage Account key.

Link copied to clipboard

The Azure Storage Account name.

Link copied to clipboard

The Azure Files URL. This is of the form 'https://{account}.file.core.windows.net/'.

Link copied to clipboard

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

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.