| Modifier and Type | Field and Description |
|---|---|
protected DiskVolumeType |
VirtualMachineEncryptionConfiguration.volumeType |
| Modifier and Type | Method and Description |
|---|---|
static DiskVolumeType |
DiskVolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskVolumeType[] |
DiskVolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
DiskVolumeType |
VirtualMachineEncryptionConfiguration.volumeType() |
| Modifier and Type | Method and Description |
|---|---|
DiskVolumeEncryptionMonitor |
VirtualMachineEncryption.disable(DiskVolumeType volumeType)
Disable encryption for virtual machine disks.
|
rx.Observable<DiskVolumeEncryptionMonitor> |
VirtualMachineEncryption.disableAsync(DiskVolumeType volumeType)
Disable encryption for virtual machine disks.
|
T |
VirtualMachineEncryptionConfiguration.withVolumeType(DiskVolumeType volumeType)
Specifies the volume to encrypt.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/