AzureFileVolumeResponse

data class AzureFileVolumeResponse(val readOnly: Boolean? = null, val shareName: String, val storageAccountKey: String? = null, val storageAccountKeyReference: String? = null, val storageAccountName: String)

The properties of the Azure File volume. Azure File shares are mounted as volumes.

Constructors

Link copied to clipboard
constructor(readOnly: Boolean? = null, shareName: String, storageAccountKey: String? = null, storageAccountKeyReference: String? = null, storageAccountName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val readOnly: Boolean? = null

The flag indicating whether the Azure File shared mounted as a volume is read-only.

Link copied to clipboard

The name of the Azure File share to be mounted as a volume.

Link copied to clipboard

The storage account access key used to access the Azure File share.

Link copied to clipboard

The reference to the storage account access key used to access the Azure File share.

Link copied to clipboard

The name of the storage account that contains the Azure File share.