VaultPropertiesEncryption 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
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
Azure SDK for .NET