EncryptionSettingsElement Constructors
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.
Overloads
EncryptionSettingsElement() |
Initializes a new instance of the EncryptionSettingsElement class. |
EncryptionSettingsElement(KeyVaultAndSecretReference, KeyVaultAndKeyReference) |
Initializes a new instance of the EncryptionSettingsElement class. |
EncryptionSettingsElement()
Initializes a new instance of the EncryptionSettingsElement class.
public EncryptionSettingsElement ();
Public Sub New ()
Applies to
EncryptionSettingsElement(KeyVaultAndSecretReference, KeyVaultAndKeyReference)
Initializes a new instance of the EncryptionSettingsElement class.
public EncryptionSettingsElement (Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference diskEncryptionKey = default, Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference keyEncryptionKey = default);
new Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement : Microsoft.Azure.Management.Compute.Models.KeyVaultAndSecretReference * Microsoft.Azure.Management.Compute.Models.KeyVaultAndKeyReference -> Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement
Public Sub New (Optional diskEncryptionKey As KeyVaultAndSecretReference = Nothing, Optional keyEncryptionKey As KeyVaultAndKeyReference = Nothing)
Parameters
- diskEncryptionKey
- KeyVaultAndSecretReference
Key Vault Secret Url and vault id of the disk encryption key
- keyEncryptionKey
- KeyVaultAndKeyReference
Key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.
Applies to
Azure SDK for .NET