Class ServerKeyType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ServerKeyType>
com.microsoft.azure.management.sql.ServerKeyType
Defines values for ServerKeyType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerKeyType
Static value AzureKeyVault for ServerKeyType.static final ServerKeyType
Static value ServiceManaged for ServerKeyType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ServerKeyType
fromString
(String name) Creates or finds a ServerKeyType from its string representation.static Collection<ServerKeyType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
- Returns:
- known ServerKeyType values
-