Class ServerKeyType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ServerKeyType>
com.azure.resourcemanager.sql.models.ServerKeyType
The encryption protector type like 'ServiceManaged', 'AzureKeyVault'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerKeyTypeStatic value AzureKeyVault for ServerKeyType.static final ServerKeyTypeStatic value ServiceManaged for ServerKeyType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerKeyTypefromString(String name) Creates or finds a ServerKeyType from its string representation.static Collection<ServerKeyType>values()Gets known ServerKeyType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SERVICE_MANAGED
Static value ServiceManaged for ServerKeyType. -
AZURE_KEY_VAULT
Static value AzureKeyVault for ServerKeyType.
-
-
Constructor Details
-
ServerKeyType
public ServerKeyType()
-
-
Method Details
-
fromString
Creates or finds a ServerKeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ServerKeyType.
-
values
Gets known ServerKeyType values.- Returns:
- known ServerKeyType values.
-