Encryption 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
Encryption() |
Initializes a new instance of the Encryption class. |
Encryption(String, EncryptionKeyVaultProperties) |
Initializes a new instance of the Encryption class. |
Encryption()
Initializes a new instance of the Encryption class.
public Encryption ();
Public Sub New ()
Applies to
Encryption(String, EncryptionKeyVaultProperties)
Initializes a new instance of the Encryption class.
public Encryption (string status = default, Microsoft.Azure.Management.Avs.Models.EncryptionKeyVaultProperties keyVaultProperties = default);
new Microsoft.Azure.Management.Avs.Models.Encryption : string * Microsoft.Azure.Management.Avs.Models.EncryptionKeyVaultProperties -> Microsoft.Azure.Management.Avs.Models.Encryption
Public Sub New (Optional status As String = Nothing, Optional keyVaultProperties As EncryptionKeyVaultProperties = Nothing)
Parameters
- status
- String
Status of customer managed encryption key. Possible values include: 'Enabled', 'Disabled'
- keyVaultProperties
- EncryptionKeyVaultProperties
The key vault where the encryption key is stored
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