| Modifier and Type | Method and Description |
|---|---|
LinuxVMDiskEncryptionConfiguration |
LinuxVMDiskEncryptionConfiguration.withPassPhrase(String passPhrase)
Specifies the pass phrase for encrypting Linux OS or data disks.
|
| Modifier and Type | Method and Description |
|---|---|
DiskVolumeEncryptionMonitor |
VirtualMachineEncryption.enable(LinuxVMDiskEncryptionConfiguration encryptionSettings)
Enable encryption for Linux virtual machine disks.
|
rx.Observable<DiskVolumeEncryptionMonitor> |
VirtualMachineEncryption.enableAsync(LinuxVMDiskEncryptionConfiguration encryptionSettings)
Enable encryption for Linux virtual machine disks.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/