Class EncryptionScopeSource
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionScopeSource>
com.azure.resourcemanager.storage.models.EncryptionScopeSource
public final class EncryptionScopeSource
extends com.azure.core.util.ExpandableStringEnum<EncryptionScopeSource>
The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptionScopeSourceStatic value Microsoft.KeyVault for EncryptionScopeSource.static final EncryptionScopeSourceStatic value Microsoft.Storage for EncryptionScopeSource. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionScopeSourcefromString(String name) Creates or finds a EncryptionScopeSource from its string representation.static Collection<EncryptionScopeSource>values()Gets known EncryptionScopeSource values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
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
Gets known EncryptionScopeSource values.- Returns:
- known EncryptionScopeSource values.
-