EncryptionSettings Constructors

Definition

Overloads

EncryptionSettings()
EncryptionSettings(Nullable<Boolean>, KeyVaultAndSecretReference, KeyVaultAndKeyReference)

EncryptionSettings()

public EncryptionSettings ();
Public Sub New ()

Applies to

EncryptionSettings(Nullable<Boolean>, KeyVaultAndSecretReference, KeyVaultAndKeyReference)

public EncryptionSettings (bool? enabled = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndSecretReference diskEncryptionKey = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndKeyReference keyEncryptionKey = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.EncryptionSettings : Nullable<bool> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndSecretReference * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndKeyReference -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.EncryptionSettings
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional diskEncryptionKey As KeyVaultAndSecretReference = Nothing, Optional keyEncryptionKey As KeyVaultAndKeyReference = Nothing)

Parameters

enabled
Nullable<Boolean>
diskEncryptionKey
KeyVaultAndSecretReference
keyEncryptionKey
KeyVaultAndKeyReference

Applies to