Package | Description |
---|---|
com.microsoft.azure.management.datalake.store.models |
This package contains the models classes for DataLakeStoreAccountManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EncryptionState |
CreateDataLakeStoreAccountParameters.encryptionState()
Get the encryptionState value.
|
EncryptionState |
DataLakeStoreAccount.encryptionState()
Get the encryptionState value.
|
static EncryptionState |
EncryptionState.fromString(String value)
Parses a serialized value to a EncryptionState instance.
|
static EncryptionState |
EncryptionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionState[] |
EncryptionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateDataLakeStoreAccountParameters |
CreateDataLakeStoreAccountParameters.withEncryptionState(EncryptionState encryptionState)
Set the encryptionState value.
|
Copyright © 2019. All rights reserved.