Share via


VaultPropertiesEncryption Constructors

Definition

Overloads

VaultPropertiesEncryption()

Initializes a new instance of the VaultPropertiesEncryption class.

VaultPropertiesEncryption(CmkKeyVaultProperties, CmkKekIdentity, String)

Initializes a new instance of the VaultPropertiesEncryption class.

VaultPropertiesEncryption()

Initializes a new instance of the VaultPropertiesEncryption class.

public VaultPropertiesEncryption ();
Public Sub New ()

Applies to

VaultPropertiesEncryption(CmkKeyVaultProperties, CmkKekIdentity, String)

Initializes a new instance of the VaultPropertiesEncryption class.

public VaultPropertiesEncryption (Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties keyVaultProperties = default, Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity kekIdentity = default, string infrastructureEncryption = default);
new Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption : Microsoft.Azure.Management.RecoveryServices.Models.CmkKeyVaultProperties * Microsoft.Azure.Management.RecoveryServices.Models.CmkKekIdentity * string -> Microsoft.Azure.Management.RecoveryServices.Models.VaultPropertiesEncryption
Public Sub New (Optional keyVaultProperties As CmkKeyVaultProperties = Nothing, Optional kekIdentity As CmkKekIdentity = Nothing, Optional infrastructureEncryption As String = Nothing)

Parameters

keyVaultProperties
CmkKeyVaultProperties
kekIdentity
CmkKekIdentity
infrastructureEncryption
String

Enabling/Disabling the Double Encryption state. Possible values include: 'Enabled', 'Disabled'

Applies to