Share via


EncryptionConfig Constructors

Definition

Overloads

EncryptionConfig()

Initializes a new instance of the EncryptionConfig class.

EncryptionConfig(EncryptionConfigType, KeyVaultMetaInfo)

Initializes a new instance of the EncryptionConfig class.

EncryptionConfig()

Initializes a new instance of the EncryptionConfig class.

public EncryptionConfig ();
Public Sub New ()

Applies to

EncryptionConfig(EncryptionConfigType, KeyVaultMetaInfo)

Initializes a new instance of the EncryptionConfig class.

public EncryptionConfig (Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType type, Microsoft.Azure.Management.DataLake.Store.Models.KeyVaultMetaInfo keyVaultMetaInfo = default);
new Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig : Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfigType * Microsoft.Azure.Management.DataLake.Store.Models.KeyVaultMetaInfo -> Microsoft.Azure.Management.DataLake.Store.Models.EncryptionConfig
Public Sub New (type As EncryptionConfigType, Optional keyVaultMetaInfo As KeyVaultMetaInfo = Nothing)

Parameters

type
EncryptionConfigType

The type of encryption configuration being used. Currently the only supported types are 'UserManaged' and 'ServiceManaged'. Possible values include: 'UserManaged', 'ServiceManaged'

keyVaultMetaInfo
KeyVaultMetaInfo

The Key Vault information for connecting to user managed encryption keys.

Applies to