Uses of Class
com.microsoft.azure.management.compute.Encryption
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of Encryption in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionDiskUpdate.encryption()
Get encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotUpdate.encryption()
Get encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.Encryption.withDiskEncryptionSetId
(String diskEncryptionSetId) Set resourceId of the disk encryption set to use for enabling encryption at rest.Encryption.withType
(EncryptionType type) Set possible values include: 'EncryptionAtRestWithPlatformKey', 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.Modifier and TypeMethodDescriptionDiskUpdate.withEncryption
(Encryption encryption) Set encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotUpdate.withEncryption
(Encryption encryption) Set encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.