Class KeySource
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<KeySource>
com.microsoft.azure.management.storage.KeySource
Defines values for KeySource.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic KeySource
fromString
(String name) Creates or finds a KeySource from its string representation.static Collection<KeySource>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
MICROSOFT_STORAGE
Static value Microsoft.Storage for KeySource. -
MICROSOFT_KEYVAULT
Static value Microsoft.Keyvault for KeySource.
-
-
Constructor Details
-
KeySource
public KeySource()
-
-
Method Details
-
fromString
Creates or finds a KeySource from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding KeySource
-
values
- Returns:
- known KeySource values
-