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