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 database i.e. Default or VBS enclaves.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Always |
DEFAULT
Default. |
|
static final
Always |
VBS
VBS. |
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
Default.
VBS
public static final AlwaysEncryptedEnclaveType VBS
VBS.
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: