Azure File Volume Response
data class AzureFileVolumeResponse(val readOnly: Boolean? = null, val shareName: String, val storageAccountKey: String? = null, val storageAccountName: String)
The properties of the Azure File volume. Azure File shares are mounted as volumes.
Constructors
Link copied to clipboard
fun AzureFileVolumeResponse(readOnly: Boolean? = null, shareName: String, storageAccountKey: String? = null, storageAccountName: String)