| Modifier and Type | Method and Description |
|---|---|
DiskEncryptionSettings |
OSDisk.encryptionSettings()
Get the encryptionSettings value.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
Set the diskEncryptionKey value.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withEnabled(Boolean enabled)
Set the enabled value.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
Set the keyEncryptionKey value.
|
| Modifier and Type | Method and Description |
|---|---|
OSDisk |
OSDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings)
Set the encryptionSettings value.
|
VirtualMachine.DefinitionStages.WithCreate |
VirtualMachine.DefinitionStages.WithOsDiskSettings.withOsDiskEncryptionSettings(DiskEncryptionSettings settings)
Specifies the encryption settings for the OS Disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/