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