EncryptionSettings 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
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
- diskEncryptionKey
- KeyVaultAndSecretReference
- keyEncryptionKey
- KeyVaultAndKeyReference