Uses of Class
com.microsoft.azure.management.compute.EncryptionSettingsCollection
Packages that use EncryptionSettingsCollection
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of EncryptionSettingsCollection in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return EncryptionSettingsCollectionModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type EncryptionSettingsCollectionModifier 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.