DiskVolumeEncryptionMonitor Interface
Implements
public interface DiskVolumeEncryptionMonitor
extends Refreshable<DiskVolumeEncryptionMonitor>
Type that can be used to monitor encryption enable and disable status of a virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Encryption |
dataDiskStatus()
Gets data disks encryption status. |
abstract
Map<String,Instance |
diskInstanceViewEncryptionStatuses()
Gets disks encryption status from instance view level. |
abstract
Encryption |
osDiskStatus()
Gets operating system disk encryption status. |
abstract
Operating |
osType()
Gets operating system type of the virtual machine. |
abstract String |
progressMessage()
Gets the encryption progress message. |
abstract
Mono<Disk |
refreshAsync()
Gets a representation of the deferred computation of this call returning the encryption status once the refresh is done. |
Method Details
dataDiskStatus
public abstract EncryptionStatus dataDiskStatus()
Gets data disks encryption status.
Returns:
diskInstanceViewEncryptionStatuses
public abstract Map
Gets disks encryption status from instance view level.
Returns:
osDiskStatus
public abstract EncryptionStatus osDiskStatus()
Gets operating system disk encryption status.
Returns:
osType
public abstract OperatingSystemTypes osType()
Gets operating system type of the virtual machine.
Returns:
progressMessage
public abstract String progressMessage()
Gets the encryption progress message.
Returns:
refreshAsync
public abstract Mono
Gets a representation of the deferred computation of this call returning the encryption status once the refresh is done.
Returns:
Applies to
Azure SDK for Java