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() |
abstract
Map<String,Instance |
diskInstanceViewEncryptionStatuses() |
abstract
Encryption |
osDiskStatus() |
abstract
Operating |
osType() |
abstract String | progressMessage() |
abstract
Mono<Disk |
refreshAsync() |
Method Details
dataDiskStatus
public abstract EncryptionStatus dataDiskStatus()
Returns:
data disks encryption status
diskInstanceViewEncryptionStatuses
public abstract Map
Returns:
disks encryption status from instance view level.
osDiskStatus
public abstract EncryptionStatus osDiskStatus()
Returns:
operating system disk encryption status
osType
public abstract OperatingSystemTypes osType()
Returns:
operating system type of the virtual machine
progressMessage
public abstract String progressMessage()
Returns:
the encryption progress message
refreshAsync
public abstract Mono
Returns:
a representation of the deferred computation of this call returning the encryption status once the
refresh is done
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java