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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java