| Modifier and Type | Method and Description |
|---|---|
EncryptionSettingsCollection |
Disk.encryptionSettings() |
EncryptionSettingsCollection |
DiskUpdate.encryptionSettingsCollection()
Get encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
SnapshotUpdate.encryptionSettingsCollection()
Get encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEnabled(boolean enabled)
Set set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
Set a collection of encryption settings, one for each disk volume.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettingsVersion(String encryptionSettingsVersion)
Set describes what type of encryption is used for the disks.
|
| Modifier and Type | Method and Description |
|---|---|
DiskUpdate |
DiskUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
SnapshotUpdate |
SnapshotUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/