WindowsVMDiskEncryptionConfiguration 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.
Type representing encryption configuration to be applied to a Windows virtual machine.
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)
- Inheritance
-
WindowsVMDiskEncryptionConfiguration
Constructors
WindowsVMDiskEncryptionConfiguration(String, String, String) |
Creates WindowsVMDiskEncryptionConfiguration. |
WindowsVMDiskEncryptionConfiguration(String) |
Creates WindowsVMDiskEncryptionConfiguration. |
Fields
aadClientId | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
aadSecret | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
encryptionAlgorithm | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
keyEncryptionKeyURL | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
keyEncryptionKeyVaultId | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
keyVaultId | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
passPhrase | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
volumeType | (Inherited from VirtualMachineEncryptionConfiguration<T>) |
Methods
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET