public interface DiskVolumeEncryptionMonitor extends com.microsoft.azure.management.resources.fluentcore.model.Refreshable<DiskVolumeEncryptionMonitor>
| Modifier and Type | Method and Description |
|---|---|
EncryptionStatus |
dataDiskStatus() |
EncryptionStatus |
osDiskStatus() |
OperatingSystemTypes |
osType() |
String |
progressMessage() |
rx.Observable<DiskVolumeEncryptionMonitor> |
refreshAsync() |
OperatingSystemTypes osType()
String progressMessage()
EncryptionStatus osDiskStatus()
EncryptionStatus dataDiskStatus()
rx.Observable<DiskVolumeEncryptionMonitor> refreshAsync()
refreshAsync in interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable<DiskVolumeEncryptionMonitor>/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/