Uses of Class
com.azure.resourcemanager.compute.models.RestorePointEncryption
Packages that use RestorePointEncryption
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RestorePointEncryption in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return RestorePointEncryptionModifier and TypeMethodDescriptionDiskRestorePointAttributes.encryption()Get the encryption property: Encryption at rest settings for disk restore point.RestorePointEncryption.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet) Set the diskEncryptionSet property: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk.RestorePointEncryption.withType(RestorePointEncryptionType type) Set the type property: The type of key used to encrypt the data of the disk restore point.Methods in com.azure.resourcemanager.compute.models with parameters of type RestorePointEncryptionModifier and TypeMethodDescriptionDiskRestorePointAttributes.withEncryption(RestorePointEncryption encryption) Set the encryption property: Encryption at rest settings for disk restore point.