Azure Blob File System Configuration Response
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
fun AzureBlobFileSystemConfigurationResponse(accountKey: String? = null, accountName: String, blobfuseOptions: String? = null, containerName: String, identityReference: ComputeNodeIdentityReferenceResponse? = null, relativeMountPath: String, sasKey: String? = null)