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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java