| Modifier and Type | Method and Description |
|---|---|
EncryptionSettingsElement |
EncryptionSettingsElement.withDiskEncryptionKey(KeyVaultAndSecretReference diskEncryptionKey)
Set key Vault Secret Url and vault id of the disk encryption key.
|
EncryptionSettingsElement |
EncryptionSettingsElement.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
Set key Vault Key Url and vault id of the key encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionSettingsElement> |
EncryptionSettingsCollection.encryptionSettings()
Get a collection of encryption settings, one for each disk volume.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
Set a collection of encryption settings, one for each disk volume.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/