VolumeProviderParametersAzureFileResponse

data class VolumeProviderParametersAzureFileResponse(val accountKey: String? = null, val accountName: String, val shareName: String)

This type describes a volume provided by an Azure Files file share.

Constructors

constructor(accountKey: String? = null, accountName: String, shareName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountKey: String? = null

Access key of the Azure storage account for the File Share.

Link copied to clipboard

Name of the Azure storage account for the File Share.

Link copied to clipboard

Name of the Azure Files file share that provides storage for the volume.