你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiskVolumeEncryptionMonitor Interface
public interface DiskVolumeEncryptionMonitor extends Refreshable
Type that can be used to monitor encryption enable and disable status of a virtual machine.
Method Summary
Modifier and Type | Method and Description |
---|---|
Encryption |
dataDiskStatus() |
Encryption |
osDiskStatus() |
Operating |
osType() |
String | progressMessage() |
Observable<Disk |
refreshAsync() |
Inherited Members
Method Details
dataDiskStatus
public EncryptionStatus dataDiskStatus()
Returns:
data disks encryption status
osDiskStatus
public EncryptionStatus osDiskStatus()
Returns:
operating system disk encryption status
osType
public OperatingSystemTypes osType()
Returns:
operating system type of the virtual machine
progressMessage
public String progressMessage()
Returns:
the encryption progress message
refreshAsync
public Observable
Overrides:
DiskVolumeEncryptionMonitor.refreshAsync()Returns:
a representation of the deferred computation of this call returning the encryption status once the refresh is done