你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EncryptionConfig Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.store.models.EncryptionConfig

public class EncryptionConfig

The encryption configuration for the account.

Method Summary

Modifier and Type Method and Description
KeyVaultMetaInfo keyVaultMetaInfo()

Get the keyVaultMetaInfo value.

EncryptionConfigType type()

Get the type value.

EncryptionConfig withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)

Set the keyVaultMetaInfo value.

EncryptionConfig withType(EncryptionConfigType type)

Set the type value.

Method Details

keyVaultMetaInfo

public KeyVaultMetaInfo keyVaultMetaInfo()

Get the keyVaultMetaInfo value.

Returns:

the keyVaultMetaInfo value

type

public EncryptionConfigType type()

Get the type value.

Returns:

the type value

withKeyVaultMetaInfo

public EncryptionConfig withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)

Set the keyVaultMetaInfo value.

Parameters:

keyVaultMetaInfo - the keyVaultMetaInfo value to set

Returns:

the EncryptionConfig object itself.

withType

public EncryptionConfig withType(EncryptionConfigType type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the EncryptionConfig object itself.

Applies to