次の方法で共有


IVirtualMachineEncryption.DisableAsync メソッド

定義

仮想マシン ディスクの暗号化を無効にします。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor> DisableAsync (Microsoft.Azure.Management.Compute.Fluent.Models.DiskVolumeType volumeType, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableAsync : Microsoft.Azure.Management.Compute.Fluent.Models.DiskVolumeType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.IDiskVolumeEncryptionMonitor>
Public Function DisableAsync (volumeType As DiskVolumeType, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDiskVolumeEncryptionMonitor)

パラメーター

volumeType
DiskVolumeType

暗号化を無効にするボリュームの種類。

cancellationToken
CancellationToken

戻り値

適用対象