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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java