Azure Blob File System Configuration Args
data class AzureBlobFileSystemConfigurationArgs(val accountKey: Output<String>? = null, val accountName: Output<String>, val blobfuseOptions: Output<String>? = null, val containerName: Output<String>, val identityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, val relativeMountPath: Output<String>, val sasKey: Output<String>? = null) : ConvertibleToJava<AzureBlobFileSystemConfigurationArgs>
Properties
Link copied to clipboard
This property is mutually exclusive with both sasKey and identity; exactly one must be specified.
Link copied to clipboard
Link copied to clipboard
These are 'net use' options in Windows and 'mount' options in Linux.
Link copied to clipboard
Link copied to clipboard
This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.
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.