DiskEncryptionSettings 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
DiskEncryptionSettings() | |
DiskEncryptionSettings(KeyVaultSecretReference, KeyVaultKeyReference, Nullable<Boolean>) |
DiskEncryptionSettings()
public DiskEncryptionSettings ();
Public Sub New ()
Applies to
DiskEncryptionSettings(KeyVaultSecretReference, KeyVaultKeyReference, Nullable<Boolean>)
public DiskEncryptionSettings (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultSecretReference diskEncryptionKey = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultKeyReference keyEncryptionKey = default, bool? enabled = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskEncryptionSettings : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultSecretReference * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultKeyReference * Nullable<bool> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiskEncryptionSettings
Public Sub New (Optional diskEncryptionKey As KeyVaultSecretReference = Nothing, Optional keyEncryptionKey As KeyVaultKeyReference = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameters
- diskEncryptionKey
- KeyVaultSecretReference
- keyEncryptionKey
- KeyVaultKeyReference