Uses of Enum Class
com.microsoft.azure.management.datalake.store.models.EncryptionState
Packages that use EncryptionState
Package
Description
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of EncryptionState in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return EncryptionStateModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.encryptionState()
Get the encryptionState value.DataLakeStoreAccount.encryptionState()
Get the encryptionState value.static EncryptionState
EncryptionState.fromString
(String value) Parses a serialized value to a EncryptionState instance.static EncryptionState
Returns the enum constant of this class with the specified name.static EncryptionState[]
EncryptionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.datalake.store.models with parameters of type EncryptionStateModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.withEncryptionState
(EncryptionState encryptionState) Set the encryptionState value.