ServerKeyType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ServerKeyType
- com.
- com.
public final class ServerKeyType
extends ExpandableStringEnum<ServerKeyType>
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Server |
AZURE_KEY_VAULT
Static value Azure |
static final
Server |
SERVICE_MANAGED
Static value Service |
Constructor Summary
Constructor | Description |
---|---|
ServerKeyType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Server |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Server |
fromString(String name)
Creates or finds a Server |
static
Collection<Server |
values()
Gets known Server |
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.
SERVICE_MANAGED
public static final ServerKeyType SERVICE_MANAGED
Static value ServiceManaged for ServerKeyType.
Constructor Details
ServerKeyType
@Deprecated
public ServerKeyType()
Deprecated
Creates a new instance of ServerKeyType value.
Method Details
fromString
public static ServerKeyType fromString(String name)
Creates or finds a ServerKeyType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ServerKeyType values.
Returns:
Applies to
Azure SDK for Java