AzureBlobFileSystemConfigurationResponse

data class AzureBlobFileSystemConfigurationResponse(val accountKey: String? = null, val accountName: String, val blobfuseOptions: String? = null, val containerName: String, val identityReference: ComputeNodeIdentityReferenceResponse? = null, val relativeMountPath: String, val sasKey: String? = null)

Constructors

Link copied to clipboard
constructor(accountKey: String? = null, accountName: String, blobfuseOptions: String? = null, containerName: String, identityReference: ComputeNodeIdentityReferenceResponse? = null, relativeMountPath: String, sasKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountKey: String? = null

This property is mutually exclusive with both sasKey and identity; exactly one must be specified.

Link copied to clipboard
Link copied to clipboard
val blobfuseOptions: String? = null

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.

Link copied to clipboard
val sasKey: String? = null

This property is mutually exclusive with both accountKey and identity; exactly one must be specified.