EncryptionImagesResponse

data class EncryptionImagesResponse(val dataDiskImages: List<DataDiskImageEncryptionResponse>? = null, val osDiskImage: OSDiskImageEncryptionResponse? = null)

Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of encryption specifications for data disk images.

Link copied to clipboard

Contains encryption settings for an OS disk image.