KeySource Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. KeySource
- com.
- com.
public final class KeySource
extends ExpandableStringEnum<KeySource>
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Key |
MICROSOFT_KEYVAULT
Static value Microsoft. |
static final
Key |
MICROSOFT_STORAGE
Static value Microsoft. |
Constructor Summary
Constructor | Description |
---|---|
KeySource() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Key |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Key |
fromString(String name)
Creates or finds a Key |
static
Collection<Key |
values()
Gets known Key |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MICROSOFT_KEYVAULT
public static final KeySource MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for KeySource.
MICROSOFT_STORAGE
public static final KeySource MICROSOFT_STORAGE
Static value Microsoft.Storage for KeySource.
Constructor Details
KeySource
@Deprecated
public KeySource()
Deprecated
Creates a new instance of KeySource value.
Method Details
fromString
public static KeySource fromString(String name)
Creates or finds a KeySource from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known KeySource values.
Returns:
Applies to
Azure SDK for Java