ServerKeyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mysql. models. ServerKeyType
- com.
- com.
public final class ServerKeyType
extends ExpandableStringEnum<ServerKeyType>
Defines values for ServerKeyType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Server |
AZURE_KEY_VAULT
Static value Azure |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ServerKeyType() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromString(String name)
Creates or finds a Server |
|
static
Collection<Server |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZURE_KEY_VAULT
public static final ServerKeyType AZURE_KEY_VAULT
Static value AzureKeyVault for ServerKeyType.
Constructor Details
ServerKeyType
public ServerKeyType()
Method Details
fromString
public static ServerKeyType fromString(String name)
Creates or finds a ServerKeyType from its string representation.
Parameters:
Returns:
values
public static Collection<ServerKeyType> values()
Returns: