Class EncryptionKeySource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionKeySource>
com.azure.resourcemanager.databricks.models.EncryptionKeySource
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class EncryptionKeySource
extends com.azure.core.util.ExpandableStringEnum<EncryptionKeySource>
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptionKeySourceStatic value Microsoft.Keyvault for EncryptionKeySource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionKeySourcefromString(String name) Creates or finds a EncryptionKeySource from its string representation.static Collection<EncryptionKeySource> values()Gets known EncryptionKeySource values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for EncryptionKeySource.
-
-
Constructor Details
-
EncryptionKeySource
Deprecated.Use thefromString(String)factory method.Creates a new instance of EncryptionKeySource value.
-
-
Method Details
-
fromString
Creates or finds a EncryptionKeySource from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EncryptionKeySource.
-
values
Gets known EncryptionKeySource values.- Returns:
- known EncryptionKeySource values.
-
fromString(String)factory method.