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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java