Restore Point Encryption Response
    data class RestorePointEncryptionResponse(val diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, val type: String? = null)
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
                fun RestorePointEncryptionResponse(diskEncryptionSet: DiskEncryptionSetParametersResponse? = null, type: String? = null)