EncryptionProtectorName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. EncryptionProtectorName
- com.
- com.
public final class EncryptionProtectorName
extends ExpandableStringEnum<EncryptionProtectorName>
Defines values for EncryptionProtectorName.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Encryption |
CURRENT
Static value current for Encryption |
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionProtectorName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Encryption |
fromString(String name)
Creates or finds a Encryption |
|
static
Collection<Encryption |
values()
Gets known Encryption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CURRENT
public static final EncryptionProtectorName CURRENT
Static value current for EncryptionProtectorName.
Constructor Details
EncryptionProtectorName
@Deprecated
public EncryptionProtectorName()
Deprecated
Creates a new instance of EncryptionProtectorName value.
Method Details
fromString
public static EncryptionProtectorName fromString(String name)
Creates or finds a EncryptionProtectorName from its string representation.
Parameters:
Returns:
values
public static Collection<EncryptionProtectorName> values()
Gets known EncryptionProtectorName values.
Returns: