Uses of Class
com.microsoft.azure.management.compute.EncryptionSettingsCollection
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of EncryptionSettingsCollection in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionDisk.encryptionSettings()
DiskUpdate.encryptionSettingsCollection()
Get encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdate.encryptionSettingsCollection()
Get encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollection.withEnabled
(boolean enabled) Set set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.EncryptionSettingsCollection.withEncryptionSettings
(List<EncryptionSettingsElement> encryptionSettings) Set a collection of encryption settings, one for each disk volume.EncryptionSettingsCollection.withEncryptionSettingsVersion
(String encryptionSettingsVersion) Set describes what type of encryption is used for the disks.Modifier and TypeMethodDescriptionDiskUpdate.withEncryptionSettingsCollection
(EncryptionSettingsCollection encryptionSettingsCollection) Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdate.withEncryptionSettingsCollection
(EncryptionSettingsCollection encryptionSettingsCollection) Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.