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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET