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>
Constructors
Link copied to clipboard
fun AzureBlobFileSystemConfigurationArgs(accountKey: Output<String>? = null, accountName: Output<String>, blobfuseOptions: Output<String>? = null, containerName: Output<String>, identityReference: Output<ComputeNodeIdentityReferenceArgs>? = null, relativeMountPath: Output<String>, sasKey: Output<String>? = null)