次の方法で共有


WindowsVMDiskEncryptionConfiguration クラス

定義

Windows 仮想マシンに適用する暗号化構成を表す種類。

public sealed class WindowsVMDiskEncryptionConfiguration : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineEncryptionConfiguration<Microsoft.Azure.Management.Compute.Fluent.WindowsVMDiskEncryptionConfiguration>
type WindowsVMDiskEncryptionConfiguration = class
    inherit VirtualMachineEncryptionConfiguration<WindowsVMDiskEncryptionConfiguration>
Public NotInheritable Class WindowsVMDiskEncryptionConfiguration
Inherits VirtualMachineEncryptionConfiguration(Of WindowsVMDiskEncryptionConfiguration)
継承

コンストラクター

WindowsVMDiskEncryptionConfiguration(String)

WindowsVMDiskEncryptionConfiguration を作成します。

WindowsVMDiskEncryptionConfiguration(String, String, String)

WindowsVMDiskEncryptionConfiguration を作成します。

フィールド

aadClientId

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
aadSecret

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
encryptionAlgorithm

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
keyEncryptionKeyURL

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
keyEncryptionKeyVaultId

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
keyVaultId

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
passPhrase

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
volumeType

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)

メソッド

AadClientId()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
AadSecret()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
KeyEncryptionKeyURL()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
KeyEncryptionKeyVaultId()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
KeyVaultId()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
KeyVaultUrl()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
LinuxPassPhrase()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
OsType()

Windows 仮想マシンに適用する暗号化構成を表す種類。

VolumeEncryptionKeyEncryptAlgorithm()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
VolumeType()

Windows 仮想マシンに適用する暗号化構成を表す種類。

(継承元 VirtualMachineEncryptionConfiguration<T>)
WithVolumeEncryptionKeyEncryptAlgorithm(String)

ディスク暗号化キーの暗号化に使用するアルゴリズムを指定します。

(継承元 VirtualMachineEncryptionConfiguration<T>)
WithVolumeEncryptionKeyEncrypted(String)

ディスク暗号化キーを保護またはラップするためのキーのキー コンテナー URL を指定します。

(継承元 VirtualMachineEncryptionConfiguration<T>)
WithVolumeEncryptionKeyEncrypted(String, String)

および キー コンテナー ID と、ディスク暗号化キーを保護またはラップするためのキーのコンテナー URL を指定します。

(継承元 VirtualMachineEncryptionConfiguration<T>)
WithVolumeType(DiskVolumeType)

暗号化するボリュームを指定します。

(継承元 VirtualMachineEncryptionConfiguration<T>)

適用対象