EncryptionServicesResponse

data class EncryptionServicesResponse(val blob: EncryptionServiceResponse? = null, val file: EncryptionServiceResponse? = null, val queue: EncryptionServiceResponse? = null, val table: EncryptionServiceResponse? = null)

A list of services that support encryption.

Constructors

Link copied to clipboard
constructor(blob: EncryptionServiceResponse? = null, file: EncryptionServiceResponse? = null, queue: EncryptionServiceResponse? = null, table: EncryptionServiceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The encryption function of the blob storage service.

Link copied to clipboard

The encryption function of the file storage service.

Link copied to clipboard

The encryption function of the queue storage service.

Link copied to clipboard

The encryption function of the table storage service.