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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type RestorePointEncryptionModifier and TypeClassDescriptionfinal classEncryption at rest settings for disk restore point.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.static RestorePointEncryptionRestorePointEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestorePointEncryption from the JsonReader.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.