Class KeySource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeySource>
com.azure.resourcemanager.storage.models.KeySource
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeySourcefromString(String name) Creates or finds a KeySource from its string representation.static Collection<KeySource> values()Gets known KeySource values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_STORAGE
Static value Microsoft.Storage for KeySource. -
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for KeySource.
-
-
Constructor Details
-
KeySource
Deprecated.Use thefromString(String)factory method.Creates a new instance of KeySource value.
-
-
Method Details
-
fromString
-
values
Gets known KeySource values.- Returns:
- known KeySource values.
-
fromString(String)factory method.