Uses of Class
com.microsoft.azure.management.datalake.store.models.EncryptionConfig
Packages that use EncryptionConfig
Package
Description
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of EncryptionConfig in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return EncryptionConfigModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.encryptionConfig()Get the encryptionConfig value.DataLakeStoreAccount.encryptionConfig()Get the encryptionConfig value.EncryptionConfig.withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo) Set the keyVaultMetaInfo value.EncryptionConfig.withType(EncryptionConfigType type) Set the type value.Methods in com.microsoft.azure.management.datalake.store.models with parameters of type EncryptionConfigModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.withEncryptionConfig(EncryptionConfig encryptionConfig) Set the encryptionConfig value.