Restore Point Encryption Args
data class RestorePointEncryptionArgs(val diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, val type: Output<Either<String, RestorePointEncryptionType>>? = null) : ConvertibleToJava<RestorePointEncryptionArgs>
Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point.
Constructors
Link copied to clipboard
constructor(diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, type: Output<Either<String, RestorePointEncryptionType>>? = null)
Properties
Link copied to clipboard
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. Note: The disk encryption set resource id can only be specified for managed disk. Please refer https://aka.ms/mdssewithcmkoverview for more details.
Link copied to clipboard
The type of key used to encrypt the data of the disk restore point.