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