Encryption Constructors

Definition

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