Class EncryptionProtectorName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionProtectorName>
com.azure.resourcemanager.sql.models.EncryptionProtectorName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class EncryptionProtectorName
extends com.azure.core.util.ExpandableStringEnum<EncryptionProtectorName>
Defines values for EncryptionProtectorName.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptionProtectorNameStatic value current for EncryptionProtectorName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionProtectorNamefromString(String name) Creates or finds a EncryptionProtectorName from its string representation.static Collection<EncryptionProtectorName> values()Gets known EncryptionProtectorName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CURRENT
Static value current for EncryptionProtectorName.
-
-
Constructor Details
-
EncryptionProtectorName
Deprecated.Use thefromString(String)factory method.Creates a new instance of EncryptionProtectorName value.
-
-
Method Details
-
fromString
Creates or finds a EncryptionProtectorName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EncryptionProtectorName.
-
values
Gets known EncryptionProtectorName values.- Returns:
- known EncryptionProtectorName values.
-
fromString(String)factory method.