DatabaseKeyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. DatabaseKeyType
- com.
- com.
public final class DatabaseKeyType
extends ExpandableStringEnum<DatabaseKeyType>
The database key type. Only supported value is 'AzureKeyVault'.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Database |
AZURE_KEY_VAULT
Static value Azure |
Constructor Summary
| Constructor | Description |
|---|---|
| DatabaseKeyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Database |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Database |
fromString(String name)
Creates or finds a Database |
|
static
Collection<Database |
values()
Gets known Database |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_KEY_VAULT
public static final DatabaseKeyType AZURE_KEY_VAULT
Static value AzureKeyVault for DatabaseKeyType.
Constructor Details
DatabaseKeyType
@Deprecated
public DatabaseKeyType()
Deprecated
Creates a new instance of DatabaseKeyType value.
Method Details
fromString
public static DatabaseKeyType fromString(String name)
Creates or finds a DatabaseKeyType from its string representation.
Parameters:
Returns:
values
public static Collection<DatabaseKeyType> values()
Gets known DatabaseKeyType values.
Returns: