AzureFileShareConfigurationArgs

data class AzureFileShareConfigurationArgs(val accountKey: Output<String>, val accountName: Output<String>, val azureFileUrl: Output<String>, val mountOptions: Output<String>? = null, val relativeMountPath: Output<String>) : ConvertibleToJava<AzureFileShareConfigurationArgs>

Constructors

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

Properties

Link copied to clipboard
val accountKey: Output<String>
Link copied to clipboard
val accountName: Output<String>
Link copied to clipboard
val azureFileUrl: Output<String>

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

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.

Functions

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