AzureFileShareConfigurationResponse

data class AzureFileShareConfigurationResponse(val accountKey: String, val accountName: String, val azureFileUrl: String, val mountOptions: String? = null, val relativeMountPath: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val mountOptions: 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.