| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| 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.
|
Mono<DiskVolumeEncryptionMonitor> |
VirtualMachineEncryption.disableAsync(DiskVolumeType volumeType)
Disable encryption for virtual machine disks.
|
T |
VirtualMachineEncryptionConfiguration.withVolumeType(DiskVolumeType volumeType)
Specifies the volume to encrypt.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.