你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDiskVolumeEncryptionMonitor 接口

定义

可用于监视加密启用和禁用虚拟机状态的类型。

public interface IDiskVolumeEncryptionMonitor : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
type IDiskVolumeEncryptionMonitor = interface
    interface IRefreshable<IDiskVolumeEncryptionMonitor>
Public Interface IDiskVolumeEncryptionMonitor
Implements IRefreshable(Of IDiskVolumeEncryptionMonitor)
派生
实现

属性

DataDiskStatus

获取数据磁盘加密状态。

OSDiskStatus

获取操作系统磁盘加密状态。

OSType

获取虚拟机的操作系统类型。

ProgressMessage

获取加密进度消息。

方法

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)

适用于