Encryption Services Args
data class EncryptionServicesArgs(val blob: Output<EncryptionServiceArgs>? = null, val file: Output<EncryptionServiceArgs>? = null, val queue: Output<EncryptionServiceArgs>? = null, val table: Output<EncryptionServiceArgs>? = null) : ConvertibleToJava<EncryptionServicesArgs>
A list of services that support encryption.
Constructors
Link copied to clipboard
constructor(blob: Output<EncryptionServiceArgs>? = null, file: Output<EncryptionServiceArgs>? = null, queue: Output<EncryptionServiceArgs>? = null, table: Output<EncryptionServiceArgs>? = null)
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.