WindowsVolumeNoAADEncryptionMonitorImpl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The implementation for DiskVolumeEncryptionStatus for Windows virtual machine. This implementation monitor status of encrypt-decrypt through new NoAAD encryption extension.
public class WindowsVolumeNoAADEncryptionMonitorImpl : Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
type WindowsVolumeNoAADEncryptionMonitorImpl = class
interface IDiskVolumeEncryptionMonitor
interface IRefreshable<IDiskVolumeEncryptionMonitor>
Public Class WindowsVolumeNoAADEncryptionMonitorImpl
Implements IDiskVolumeEncryptionMonitor, IRefreshable(Of IDiskVolumeEncryptionMonitor)
- Inheritance
-
WindowsVolumeNoAADEncryptionMonitorImpl
- Implements
Methods
DataDiskStatus() | |
DiskInstanceViewEncryptionStatuses() | |
OSDiskStatus() | |
OSType() | |
ProgressMessage() | |
Refresh() | |
RefreshAsync(CancellationToken) |
Explicit Interface Implementations
IDiskVolumeEncryptionMonitor.DataDiskStatus |
Gets data disks encryption status. |
IDiskVolumeEncryptionMonitor.OSDiskStatus |
Gets operating system disk encryption status. |
IDiskVolumeEncryptionMonitor.OSType |
Gets operating system type of the virtual machine. |
IDiskVolumeEncryptionMonitor.ProgressMessage |
Gets the encryption progress message. |
IRefreshable<IDiskVolumeEncryptionMonitor>.Refresh() |
Refreshes the resource to sync with Azure. |
IRefreshable<IDiskVolumeEncryptionMonitor>.RefreshAsync(CancellationToken) |
Applies to
Azure SDK for .NET