EncryptionServicesArgs

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
val blob: Output<EncryptionServiceArgs>? = null

The encryption function of the blob storage service.

Link copied to clipboard
val file: Output<EncryptionServiceArgs>? = null

The encryption function of the file storage service.

Link copied to clipboard
val queue: Output<EncryptionServiceArgs>? = null

The encryption function of the queue storage service.

Link copied to clipboard
val table: Output<EncryptionServiceArgs>? = null

The encryption function of the table storage service.

Functions

Link copied to clipboard
open override fun toJava(): EncryptionServicesArgs