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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java