KeySource Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. storage. KeySource
- com.
- com.
public final class KeySource
extends com.microsoft.rest.ExpandableStringEnum<KeySource>
Defines values for KeySource.
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() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Key |
fromString(String name)
Creates or finds a Key |
static
java.util.Collection<Key |
values() |
Methods inherited from com.microsoft.rest.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
public KeySource()
Method Details
fromString
public static KeySource fromString(String name)
Creates or finds a KeySource from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java