EncryptionSettingsElement Constructors

Definition

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.Fluent.Models.KeyVaultAndSecretReference diskEncryptionKey = default, Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference keyEncryptionKey = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.EncryptionSettingsElement : Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndSecretReference * Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference -> Microsoft.Azure.Management.Compute.Fluent.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