public final class EncryptionType extends com.azure.core.util.ExpandableStringEnum<EncryptionType>
| Modifier and Type | Field and Description |
|---|---|
static EncryptionType |
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for EncryptionType.
|
static EncryptionType |
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType.
|
| Constructor and Description |
|---|
EncryptionType() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionType |
fromString(String name)
Creates or finds a EncryptionType from its string representation.
|
static Collection<EncryptionType> |
values() |
public static final EncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
public static final EncryptionType ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
public static EncryptionType fromString(String name)
name - a name to look for.public static Collection<EncryptionType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.